Html Css Color HEX #B11FC6 Dark Orchid

📋 copy color: '#B11FC6'

red 177 ◦ green 31 ◦ blue 198

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

Shades of Dark Orchid #B11FC6

Tints of Dark Orchid #B11FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.77%

R = 43.6%
G = 7.64%
B = 48.77%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B11FC6 (or 0xB11FC6) is known color: Dark Orchid. HEX triplet: B1, 1F and C6. RGB value is (177,31,198). Sum of RGB (Red+Green+Blue) = 177+31+198=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 198 (77.73% from 255 or 48.77% from 406); Max value from RGB is 198 - color contains mainly: blue. Hex color #B11FC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FC6 is #4EE039. Grayscale: #5D5D5D. Windows color (decimal): -5169210 or 12984241. OLE color: 12984241.

HSL color Cylindrical-coordinate representation of color #B11FC6: hue angle of 292.46º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11FC6 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 31 198 -
CMYK 0.11 0.84 0 0.22
HSL 292.46º 0.73% 0.45% -
HSV(B) 292.46º 0.84% 0.78% -
XYZ 28.81 14.4 54.69 -
YUV 93.69 186.87 187.42 -
System Red Green Blue C M Y K H S L
Decimal 177 31 198 0.11 0.84 0 0.22 292.46 0.73 0.45
Hex B1 1F C6 B 54 0 16 124 49 2D
Octal 261 37 306 13 124 0 26 444 111 55
Binary 10110001 11111 11000110 1011 1010100 0 10110 100100100 1001001 101101

Color Harmonies of #B11FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FC6

Black with #B11FC6

Text Example


Text Example

White with #B11FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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