Html Css Color HEX #B020BC Dark Orchid

📋 copy color: '#B020BC'

red 176 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #B020BC

Tints of Dark Orchid #B020BC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.08%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 44.44%
G = 8.08%
B = 47.47%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B020BC (or 0xB020BC) is known color: Dark Orchid. HEX triplet: B0, 20 and BC. RGB value is (176,32,188). Sum of RGB (Red+Green+Blue) = 176+32+188=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B020BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020BC is #4FDF43. Grayscale: #5C5C5C. Windows color (decimal): -5234500 or 12329136. OLE color: 12329136.

HSL color Cylindrical-coordinate representation of color #B020BC: hue angle of 295.38º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B020BC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 32 188 -
CMYK 0.06 0.83 0 0.26
HSL 295.38º 0.71% 0.43% -
HSV(B) 295.38º 0.83% 0.74% -
XYZ 27.5 13.89 48.81 -
YUV 92.84 181.71 187.32 -
System Red Green Blue C M Y K H S L
Decimal 176 32 188 0.06 0.83 0 0.26 295.38 0.71 0.43
Hex B0 20 BC 6 53 0 1A 127 47 2B
Octal 260 40 274 6 123 0 32 447 107 53
Binary 10110000 100000 10111100 110 1010011 0 11010 100100111 1000111 101011

Color Harmonies of #B020BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020BC

Black with #B020BC

Text Example


Text Example

White with #B020BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020BC; }

 p { color: rgb(176,32,188); }

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

background-color css

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

 a { background-color: rgb(176,32,188); }

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

border-color css

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

 span { border-color: rgb(176,32,188); }

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