Html Css Color HEX #B020CD Dark Orchid

📋 copy color: '#B020CD'

red 176 ◦ green 32 ◦ blue 205

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

Shades of Dark Orchid #B020CD

Tints of Dark Orchid #B020CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 42.62%
G = 7.75%
B = 49.64%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B020CD (or 0xB020CD) is known color: Dark Orchid. HEX triplet: B0, 20 and CD. RGB value is (176,32,205). Sum of RGB (Red+Green+Blue) = 176+32+205=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #B020CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020CD is #4FDF32. Grayscale: #5E5E5E. Windows color (decimal): -5234483 or 13443248. OLE color: 13443248.

HSL color Cylindrical-coordinate representation of color #B020CD: hue angle of 289.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B020CD is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 32 205 -
CMYK 0.14 0.84 0 0.20
HSL 289.94º 0.73% 0.46% -
HSV(B) 289.94º 0.84% 0.8% -
XYZ 29.44 14.67 59.04 -
YUV 94.78 190.21 185.93 -
System Red Green Blue C M Y K H S L
Decimal 176 32 205 0.14 0.84 0 0.20 289.94 0.73 0.46
Hex B0 20 CD E 54 0 14 122 49 2E
Octal 260 40 315 16 124 0 24 442 111 56
Binary 10110000 100000 11001101 1110 1010100 0 10100 100100010 1001001 101110

Color Harmonies of #B020CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020CD

Black with #B020CD

Text Example


Text Example

White with #B020CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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