Html Css Color HEX #B02DDC Dark Orchid

📋 copy color: '#B02DDC'

red 176 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #B02DDC

Tints of Dark Orchid #B02DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.89%

R = 39.91%
G = 10.2%
B = 49.89%

CMYK

 C value IS 0.2

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B02DDC (or 0xB02DDC) is known color: Dark Orchid. HEX triplet: B0, 2D and DC. RGB value is (176,45,220). Sum of RGB (Red+Green+Blue) = 176+45+220=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 45 (17.97% from 255 or 10.20% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #B02DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DDC is #4FD223. Grayscale: #676767. Windows color (decimal): -5231140 or 14429616. OLE color: 14429616.

HSL color Cylindrical-coordinate representation of color #B02DDC: hue angle of 284.91º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B02DDC is Cyan = 0.2, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 45 220 -
CMYK 0.2 0.80 0 0.14
HSL 284.91º 0.71% 0.52% -
HSV(B) 284.91º 0.8% 0.86% -
XYZ 31.76 16.27 69.18 -
YUV 104.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 176 45 220 0.2 0.80 0 0.14 284.91 0.71 0.52
Hex B0 2D DC 14 50 0 E 11D 47 34
Octal 260 55 334 24 120 0 16 435 107 64
Binary 10110000 101101 11011100 10100 1010000 0 1110 100011101 1000111 110100

Color Harmonies of #B02DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DDC

Black with #B02DDC

Text Example


Text Example

White with #B02DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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