Html Css Color HEX #B11BC8 Dark Orchid

📋 copy color: '#B11BC8'

red 177 ◦ green 27 ◦ blue 200

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

Shades of Dark Orchid #B11BC8

Tints of Dark Orchid #B11BC8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.68%

 BLUE value IS 200 (78.52% from 255) = 49.5%

R = 43.81%
G = 6.68%
B = 49.5%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B11BC8 (or 0xB11BC8) is known color: Dark Orchid. HEX triplet: B1, 1B and C8. RGB value is (177,27,200). Sum of RGB (Red+Green+Blue) = 177+27+200=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #B11BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BC8 is #4EE437. Grayscale: #5B5B5B. Windows color (decimal): -5170232 or 13114289. OLE color: 13114289.

HSL color Cylindrical-coordinate representation of color #B11BC8: hue angle of 292.02º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11BC8 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 27 200 -
CMYK 0.12 0.86 0 0.22
HSL 292.02º 0.76% 0.45% -
HSV(B) 292.02º 0.87% 0.78% -
XYZ 28.95 14.3 55.88 -
YUV 91.57 189.2 188.93 -
System Red Green Blue C M Y K H S L
Decimal 177 27 200 0.12 0.86 0 0.22 292.02 0.76 0.45
Hex B1 1B C8 C 56 0 16 124 4C 2D
Octal 261 33 310 14 126 0 26 444 114 55
Binary 10110001 11011 11001000 1100 1010110 0 10110 100100100 1001100 101101

Color Harmonies of #B11BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BC8

Black with #B11BC8

Text Example


Text Example

White with #B11BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BC8; }

 p { color: rgb(177,27,200); }

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

background-color css

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

 a { background-color: rgb(177,27,200); }

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

border-color css

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

 span { border-color: rgb(177,27,200); }

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