Html Css Color HEX #B02ADF Dark Orchid

📋 copy color: '#B02ADF'

red 176 ◦ green 42 ◦ blue 223

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

Shades of Dark Orchid #B02ADF

Tints of Dark Orchid #B02ADF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.52%

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 39.91%
G = 9.52%
B = 50.57%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B02ADF (or 0xB02ADF) is known color: Dark Orchid. HEX triplet: B0, 2A and DF. RGB value is (176,42,223). Sum of RGB (Red+Green+Blue) = 176+42+223=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #B02ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ADF is #4FD520. Grayscale: #666666. Windows color (decimal): -5231905 or 14625456. OLE color: 14625456.

HSL color Cylindrical-coordinate representation of color #B02ADF: hue angle of 284.42º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02ADF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 42 223 -
CMYK 0.21 0.81 0 0.13
HSL 284.42º 0.74% 0.52% -
HSV(B) 284.42º 0.81% 0.87% -
XYZ 32.05 16.21 71.25 -
YUV 102.7 195.89 180.28 -
System Red Green Blue C M Y K H S L
Decimal 176 42 223 0.21 0.81 0 0.13 284.42 0.74 0.52
Hex B0 2A DF 15 51 0 D 11C 4A 34
Octal 260 52 337 25 121 0 15 434 112 64
Binary 10110000 101010 11011111 10101 1010001 0 1101 100011100 1001010 110100

Color Harmonies of #B02ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02ADF

Black with #B02ADF

Text Example


Text Example

White with #B02ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02ADF; }

 p { color: rgb(176,42,223); }

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

background-color css

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

 a { background-color: rgb(176,42,223); }

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

border-color css

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

 span { border-color: rgb(176,42,223); }

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