Html Css Color HEX #B02DB4 Dark Orchid

📋 copy color: '#B02DB4'

red 176 ◦ green 45 ◦ blue 180

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

Shades of Dark Orchid #B02DB4

Tints of Dark Orchid #B02DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.89%

R = 43.89%
G = 11.22%
B = 44.89%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B02DB4 (or 0xB02DB4) is known color: Dark Orchid. HEX triplet: B0, 2D and B4. RGB value is (176,45,180). Sum of RGB (Red+Green+Blue) = 176+45+180=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #B02DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DB4 is #4FD24B. Grayscale: #636363. Windows color (decimal): -5231180 or 11808176. OLE color: 11808176.

HSL color Cylindrical-coordinate representation of color #B02DB4: hue angle of 298.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02DB4 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 45 180 -
CMYK 0.02 0.75 0 0.29
HSL 298.22º 0.6% 0.44% -
HSV(B) 298.22º 0.75% 0.71% -
XYZ 27.08 14.4 44.53 -
YUV 99.56 173.4 182.52 -
System Red Green Blue C M Y K H S L
Decimal 176 45 180 0.02 0.75 0 0.29 298.22 0.6 0.44
Hex B0 2D B4 2 4B 0 1D 12A 3C 2C
Octal 260 55 264 2 113 0 35 452 74 54
Binary 10110000 101101 10110100 10 1001011 0 11101 100101010 111100 101100

Color Harmonies of #B02DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DB4

Black with #B02DB4

Text Example


Text Example

White with #B02DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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