Html Css Color HEX #B11FCC Dark Orchid

📋 copy color: '#B11FCC'

red 177 ◦ green 31 ◦ blue 204

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

Shades of Dark Orchid #B11FCC

Tints of Dark Orchid #B11FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.52%

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

R = 42.96%
G = 7.52%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B11FCC (or 0xB11FCC) is known color: Dark Orchid. HEX triplet: B1, 1F and CC. RGB value is (177,31,204). Sum of RGB (Red+Green+Blue) = 177+31+204=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #B11FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FCC is #4EE033. Grayscale: #5D5D5D. Windows color (decimal): -5169204 or 13377457. OLE color: 13377457.

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

Color convert

RGB 177 31 204 -
CMYK 0.13 0.85 0 0.2
HSL 290.64º 0.74% 0.46% -
HSV(B) 290.64º 0.85% 0.8% -
XYZ 29.52 14.69 58.41 -
YUV 94.38 189.87 186.93 -
System Red Green Blue C M Y K H S L
Decimal 177 31 204 0.13 0.85 0 0.2 290.64 0.74 0.46
Hex B1 1F CC D 55 0 14 123 4A 2E
Octal 261 37 314 15 125 0 24 443 112 56
Binary 10110001 11111 11001100 1101 1010101 0 10100 100100011 1001010 101110

Color Harmonies of #B11FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FCC

Black with #B11FCC

Text Example


Text Example

White with #B11FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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