Html Css Color HEX #B02FC0 Dark Orchid

📋 copy color: '#B02FC0'

red 176 ◦ green 47 ◦ blue 192

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

Shades of Dark Orchid #B02FC0

Tints of Dark Orchid #B02FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.27%

R = 42.41%
G = 11.33%
B = 46.27%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B02FC0 (or 0xB02FC0) is known color: Dark Orchid. HEX triplet: B0, 2F and C0. RGB value is (176,47,192). Sum of RGB (Red+Green+Blue) = 176+47+192=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #B02FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02FC0 is #4FD03F. Grayscale: #656565. Windows color (decimal): -5230656 or 12595120. OLE color: 12595120.

HSL color Cylindrical-coordinate representation of color #B02FC0: hue angle of 293.38º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02FC0 is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 47 192 -
CMYK 0.08 0.76 0 0.25
HSL 293.38º 0.61% 0.47% -
HSV(B) 293.38º 0.76% 0.75% -
XYZ 28.44 15.07 51.28 -
YUV 102.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 176 47 192 0.08 0.76 0 0.25 293.38 0.61 0.47
Hex B0 2F C0 8 4C 0 19 125 3D 2F
Octal 260 57 300 10 114 0 31 445 75 57
Binary 10110000 101111 11000000 1000 1001100 0 11001 100100101 111101 101111

Color Harmonies of #B02FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02FC0

Black with #B02FC0

Text Example


Text Example

White with #B02FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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