Html Css Color HEX #B02BCD Dark Orchid

📋 copy color: '#B02BCD'

red 176 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #B02BCD

Tints of Dark Orchid #B02BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

 BLUE value IS 205 (80.47% from 255) = 48.35%

R = 41.51%
G = 10.14%
B = 48.35%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B02BCD (or 0xB02BCD) is known color: Dark Orchid. HEX triplet: B0, 2B and CD. RGB value is (176,43,205). Sum of RGB (Red+Green+Blue) = 176+43+205=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #B02BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BCD is #4FD432. Grayscale: #646464. Windows color (decimal): -5231667 or 13446064. OLE color: 13446064.

HSL color Cylindrical-coordinate representation of color #B02BCD: hue angle of 289.26º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02BCD is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 43 205 -
CMYK 0.14 0.79 0 0.20
HSL 289.26º 0.65% 0.49% -
HSV(B) 289.26º 0.79% 0.8% -
XYZ 29.79 15.37 59.15 -
YUV 101.24 186.56 181.33 -
System Red Green Blue C M Y K H S L
Decimal 176 43 205 0.14 0.79 0 0.20 289.26 0.65 0.49
Hex B0 2B CD E 4F 0 14 121 41 31
Octal 260 53 315 16 117 0 24 441 101 61
Binary 10110000 101011 11001101 1110 1001111 0 10100 100100001 1000001 110001

Color Harmonies of #B02BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BCD

Black with #B02BCD

Text Example


Text Example

White with #B02BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BCD; }

 p { color: rgb(176,43,205); }

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

background-color css

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

 a { background-color: rgb(176,43,205); }

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

border-color css

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

 span { border-color: rgb(176,43,205); }

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