Html Css Color HEX #B120CC Dark Orchid

📋 copy color: '#B120CC'

red 177 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #B120CC

Tints of Dark Orchid #B120CC

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 42.86%
G = 7.75%
B = 49.39%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B120CC (or 0xB120CC) is known color: Dark Orchid. HEX triplet: B1, 20 and CC. RGB value is (177,32,204). Sum of RGB (Red+Green+Blue) = 177+32+204=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #B120CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B120CC is #4EDF33. Grayscale: #5E5E5E. Windows color (decimal): -5168948 or 13377713. OLE color: 13377713.

HSL color Cylindrical-coordinate representation of color #B120CC: hue angle of 290.58º 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 #B120CC is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 32 204 -
CMYK 0.13 0.84 0 0.2
HSL 290.58º 0.73% 0.46% -
HSV(B) 290.58º 0.84% 0.8% -
XYZ 29.55 14.74 58.41 -
YUV 94.96 189.54 186.51 -
System Red Green Blue C M Y K H S L
Decimal 177 32 204 0.13 0.84 0 0.2 290.58 0.73 0.46
Hex B1 20 CC D 54 0 14 123 49 2E
Octal 261 40 314 15 124 0 24 443 111 56
Binary 10110001 100000 11001100 1101 1010100 0 10100 100100011 1001001 101110

Color Harmonies of #B120CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B120CC

Black with #B120CC

Text Example


Text Example

White with #B120CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B120CC; }

 p { color: rgb(177,32,204); }

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

background-color css

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

 a { background-color: rgb(177,32,204); }

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

border-color css

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

 span { border-color: rgb(177,32,204); }

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