Html Css Color HEX #B11CCC Dark Orchid

📋 copy color: '#B11CCC'

red 177 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #B11CCC

Tints of Dark Orchid #B11CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.85%

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

R = 43.28%
G = 6.85%
B = 49.88%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B11CCC (or 0xB11CCC) is known color: Dark Orchid. HEX triplet: B1, 1C and CC. RGB value is (177,28,204). Sum of RGB (Red+Green+Blue) = 177+28+204=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #B11CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CCC is #4EE333. Grayscale: #5C5C5C. Windows color (decimal): -5169972 or 13376689. OLE color: 13376689.

HSL color Cylindrical-coordinate representation of color #B11CCC: hue angle of 290.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11CCC is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 28 204 -
CMYK 0.13 0.86 0 0.2
HSL 290.8º 0.76% 0.45% -
HSV(B) 290.8º 0.86% 0.8% -
XYZ 29.45 14.54 58.38 -
YUV 92.62 190.86 188.19 -
System Red Green Blue C M Y K H S L
Decimal 177 28 204 0.13 0.86 0 0.2 290.8 0.76 0.45
Hex B1 1C CC D 56 0 14 123 4C 2D
Octal 261 34 314 15 126 0 24 443 114 55
Binary 10110001 11100 11001100 1101 1010110 0 10100 100100011 1001100 101101

Color Harmonies of #B11CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CCC

Black with #B11CCC

Text Example


Text Example

White with #B11CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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