Html Css Color HEX #B02DD7 Dark Orchid

📋 copy color: '#B02DD7'

red 176 ◦ green 45 ◦ blue 215

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

Shades of Dark Orchid #B02DD7

Tints of Dark Orchid #B02DD7

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

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

R = 40.37%
G = 10.32%
B = 49.31%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B02DD7 (or 0xB02DD7) is known color: Dark Orchid. HEX triplet: B0, 2D and D7. RGB value is (176,45,215). Sum of RGB (Red+Green+Blue) = 176+45+215=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #B02DD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DD7 is #4FD228. Grayscale: #676767. Windows color (decimal): -5231145 or 14101936. OLE color: 14101936.

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

Color convert

RGB 176 45 215 -
CMYK 0.18 0.79 0 0.16
HSL 286.24º 0.68% 0.51% -
HSV(B) 286.24º 0.79% 0.84% -
XYZ 31.11 16.01 65.74 -
YUV 103.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 176 45 215 0.18 0.79 0 0.16 286.24 0.68 0.51
Hex B0 2D D7 12 4F 0 10 11E 44 33
Octal 260 55 327 22 117 0 20 436 104 63
Binary 10110000 101101 11010111 10010 1001111 0 10000 100011110 1000100 110011

Color Harmonies of #B02DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DD7

Black with #B02DD7

Text Example


Text Example

White with #B02DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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