Html Css Color HEX #B02DD5 Dark Orchid

📋 copy color: '#B02DD5'

red 176 ◦ green 45 ◦ blue 213

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

Shades of Dark Orchid #B02DD5

Tints of Dark Orchid #B02DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 40.55%
G = 10.37%
B = 49.08%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B02DD5 (or 0xB02DD5) is known color: Dark Orchid. HEX triplet: B0, 2D and D5. RGB value is (176,45,213). Sum of RGB (Red+Green+Blue) = 176+45+213=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #B02DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DD5 is #4FD22A. Grayscale: #666666. Windows color (decimal): -5231147 or 13970864. OLE color: 13970864.

HSL color Cylindrical-coordinate representation of color #B02DD5: hue angle of 286.79º degrees, saturation: 0.67, 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 #B02DD5 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 45 213 -
CMYK 0.17 0.79 0 0.16
HSL 286.79º 0.67% 0.51% -
HSV(B) 286.79º 0.79% 0.84% -
XYZ 30.85 15.91 64.4 -
YUV 103.32 189.9 179.84 -
System Red Green Blue C M Y K H S L
Decimal 176 45 213 0.17 0.79 0 0.16 286.79 0.67 0.51
Hex B0 2D D5 11 4F 0 10 11F 43 33
Octal 260 55 325 21 117 0 20 437 103 63
Binary 10110000 101101 11010101 10001 1001111 0 10000 100011111 1000011 110011

Color Harmonies of #B02DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DD5

Black with #B02DD5

Text Example


Text Example

White with #B02DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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