Html Css Color HEX #B039C6 Dark Orchid

📋 copy color: '#B039C6'

red 176 ◦ green 57 ◦ blue 198

#B039C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B039C6

Tints of Dark Orchid #B039C6

RGB

 RED value IS 176 (69.14% from 255) = 40.84%

 GREEN value IS 57 (22.66% from 255) = 13.23%

 BLUE value IS 198 (77.73% from 255) = 45.94%

R = 40.84%
G = 13.23%
B = 45.94%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B039C6 (or 0xB039C6) is known color: Dark Orchid. HEX triplet: B0, 39 and C6. RGB value is (176,57,198). Sum of RGB (Red+Green+Blue) = 176+57+198=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 198 (77.73% from 255 or 45.94% from 431); Max value from RGB is 198 - color contains mainly: blue. Hex color #B039C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039C6 is #4FC639. Grayscale: #6C6C6C. Windows color (decimal): -5228090 or 12990896. OLE color: 12990896.

HSL color Cylindrical-coordinate representation of color #B039C6: hue angle of 290.64º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B039C6 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 57 198 -
CMYK 0.11 0.71 0 0.22
HSL 290.64º 0.55% 0.5% -
HSV(B) 290.64º 0.71% 0.78% -
XYZ 29.56 16.23 55 -
YUV 108.66 178.42 176.04 -
System Red Green Blue C M Y K H S L
Decimal 176 57 198 0.11 0.71 0 0.22 290.64 0.55 0.5
Hex B0 39 C6 B 47 0 16 123 37 32
Octal 260 71 306 13 107 0 26 443 67 62
Binary 10110000 111001 11000110 1011 1000111 0 10110 100100011 110111 110010

Color Harmonies of #B039C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039C6

Black with #B039C6

Text Example


Text Example

White with #B039C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039C6; }

 p { color: rgb(176,57,198); }

 H1.HeaderClassName
 {
   color: #B039C6;
 }
 .AnyTagClassName
 {
   color: #B039C6;
 }
</style>

background-color css

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

 a { background-color: rgb(176,57,198); }

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

border-color css

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

 span { border-color: rgb(176,57,198); }

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