Html Css Color HEX #B02BD7 Dark Orchid

📋 copy color: '#B02BD7'

red 176 ◦ green 43 ◦ blue 215

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

Shades of Dark Orchid #B02BD7

Tints of Dark Orchid #B02BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.54%

R = 40.55%
G = 9.91%
B = 49.54%

CMYK

 C value IS 0.18

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B02BD7 (or 0xB02BD7) is known color: Dark Orchid. HEX triplet: B0, 2B and D7. RGB value is (176,43,215). Sum of RGB (Red+Green+Blue) = 176+43+215=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #B02BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BD7 is #4FD428. Grayscale: #656565. Windows color (decimal): -5231657 or 14101424. OLE color: 14101424.

HSL color Cylindrical-coordinate representation of color #B02BD7: hue angle of 286.4º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02BD7 is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 43 215 -
CMYK 0.18 0.8 0 0.16
HSL 286.4º 0.68% 0.51% -
HSV(B) 286.4º 0.8% 0.84% -
XYZ 31.03 15.86 65.72 -
YUV 102.38 191.56 180.51 -
System Red Green Blue C M Y K H S L
Decimal 176 43 215 0.18 0.8 0 0.16 286.4 0.68 0.51
Hex B0 2B D7 12 50 0 10 11E 44 33
Octal 260 53 327 22 120 0 20 436 104 63
Binary 10110000 101011 11010111 10010 1010000 0 10000 100011110 1000100 110011

Color Harmonies of #B02BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02BD7

Black with #B02BD7

Text Example


Text Example

White with #B02BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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