Html Css Color HEX #B02FDD Dark Orchid

📋 copy color: '#B02FDD'

red 176 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #B02FDD

Tints of Dark Orchid #B02FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.59%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 39.64%
G = 10.59%
B = 49.77%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B02FDD (or 0xB02FDD) is known color: Dark Orchid. HEX triplet: B0, 2F and DD. RGB value is (176,47,221). Sum of RGB (Red+Green+Blue) = 176+47+221=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 47 (18.75% from 255 or 10.59% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #B02FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FDD is #4FD022. Grayscale: #686868. Windows color (decimal): -5230627 or 14495664. OLE color: 14495664.

HSL color Cylindrical-coordinate representation of color #B02FDD: hue angle of 284.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02FDD is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 47 221 -
CMYK 0.20 0.79 0 0.13
HSL 284.48º 0.72% 0.53% -
HSV(B) 284.48º 0.79% 0.87% -
XYZ 31.97 16.48 69.9 -
YUV 105.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 176 47 221 0.20 0.79 0 0.13 284.48 0.72 0.53
Hex B0 2F DD 14 4F 0 D 11C 48 35
Octal 260 57 335 24 117 0 15 434 110 65
Binary 10110000 101111 11011101 10100 1001111 0 1101 100011100 1001000 110101

Color Harmonies of #B02FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02FDD

Black with #B02FDD

Text Example


Text Example

White with #B02FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02FDD; }

 p { color: rgb(176,47,221); }

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

background-color css

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

 a { background-color: rgb(176,47,221); }

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

border-color css

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

 span { border-color: rgb(176,47,221); }

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