Html Css Color HEX #B03CC8 Dark Orchid

📋 copy color: '#B03CC8'

red 176 ◦ green 60 ◦ blue 200

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

Shades of Dark Orchid #B03CC8

Tints of Dark Orchid #B03CC8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 200 (78.52% from 255) = 45.87%

R = 40.37%
G = 13.76%
B = 45.87%

CMYK

 C value IS 0.12

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B03CC8 (or 0xB03CC8) is known color: Dark Orchid. HEX triplet: B0, 3C and C8. RGB value is (176,60,200). Sum of RGB (Red+Green+Blue) = 176+60+200=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 200 (78.52% from 255 or 45.87% from 436); Max value from RGB is 200 - color contains mainly: blue. Hex color #B03CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03CC8 is #4FC337. Grayscale: #6E6E6E. Windows color (decimal): -5227320 or 13122736. OLE color: 13122736.

HSL color Cylindrical-coordinate representation of color #B03CC8: hue angle of 289.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03CC8 is Cyan = 0.12, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 60 200 -
CMYK 0.12 0.7 0 0.22
HSL 289.71º 0.56% 0.51% -
HSV(B) 289.71º 0.7% 0.78% -
XYZ 29.95 16.63 56.28 -
YUV 110.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 176 60 200 0.12 0.7 0 0.22 289.71 0.56 0.51
Hex B0 3C C8 C 46 0 16 122 38 33
Octal 260 74 310 14 106 0 26 442 70 63
Binary 10110000 111100 11001000 1100 1000110 0 10110 100100010 111000 110011

Color Harmonies of #B03CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03CC8

Black with #B03CC8

Text Example


Text Example

White with #B03CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03CC8; }

 p { color: rgb(176,60,200); }

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

background-color css

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

 a { background-color: rgb(176,60,200); }

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

border-color css

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

 span { border-color: rgb(176,60,200); }

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