#B338DB

Color #B338DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B338DB

Tints of Medium Orchid #B338DB

Color information

#B338DB (or 0xB338DB) is unknown color: approx Medium Orchid. HEX triplet: B3, 38 and DB. RGB value is (179,56,219). Sum of RGB (Red+Green+Blue) = 179+56+219=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B338DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B338DB is #4CC724. Grayscale: #6E6E6E. Windows color (decimal): -5031717 or 14366899. OLE color: 14366899.

HSL color Cylindrical-coordinate representation of color #B338DB: hue angle of 285.28º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B338DB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17956219-
CMYK0.180.7400.14
HSL285.28º69.36%53.92%-
HSV(B)285.28º74.43%85.88%-
XYZ32.7917.5368.67-
YUV111.36188.75176.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 56 (22.27% from 255) = 12.33%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=39.43%
G=12.33%
B=48.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179562190.180.7400.14285.2869.3653.92
HexB338DB124A0E11d4536
Octal263703332211201643510566
Binary1011001111100011011011100101001010011101000111011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B338DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B338DB; }

 p { color: rgb(179,56,219); }

 H1.HeaderClassName
 {
   color: #B338DB;
 }
 .AnyTagClassName
 {
   color: #B338DB;
 }
</style>
background-color css

<style>
 a { background-color: #B338DB; }

 a { background-color: rgb(179,56,219); }

 div.DivClassName
 {
   background-color: #B338DB;
 }
 .BgClassName
 {
   background-color: #B338DB;
 }
</style>
border-color css

<style>
 span { border-color: #B338DB; }

 span { border-color: rgb(179,56,219); }

 td.TdClassName
 {
   border-color: #B338DB;
 }
 .TagClassName
 {
   border-color: #B338DB;
 }
</style>