Html Css Color HEX #B11FCE Dark Orchid

📋 copy color: '#B11FCE'

red 177 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #B11FCE

Tints of Dark Orchid #B11FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 42.75%
G = 7.49%
B = 49.76%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B11FCE (or 0xB11FCE) is known color: Dark Orchid. HEX triplet: B1, 1F and CE. RGB value is (177,31,206). Sum of RGB (Red+Green+Blue) = 177+31+206=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #B11FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FCE is #4EE031. Grayscale: #5E5E5E. Windows color (decimal): -5169202 or 13508529. OLE color: 13508529.

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

Color convert

RGB 177 31 206 -
CMYK 0.14 0.85 0 0.19
HSL 290.06º 0.74% 0.46% -
HSV(B) 290.06º 0.85% 0.81% -
XYZ 29.76 14.78 59.68 -
YUV 94.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 177 31 206 0.14 0.85 0 0.19 290.06 0.74 0.46
Hex B1 1F CE E 55 0 13 122 4A 2E
Octal 261 37 316 16 125 0 23 442 112 56
Binary 10110001 11111 11001110 1110 1010101 0 10011 100100010 1001010 101110

Color Harmonies of #B11FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FCE

Black with #B11FCE

Text Example


Text Example

White with #B11FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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