Html Css Color HEX #B11ACB Dark Orchid

📋 copy color: '#B11ACB'

red 177 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #B11ACB

Tints of Dark Orchid #B11ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.4%

 BLUE value IS 203 (79.69% from 255) = 50%

R = 43.6%
G = 6.4%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B11ACB (or 0xB11ACB) is known color: Dark Orchid. HEX triplet: B1, 1A and CB. RGB value is (177,26,203). Sum of RGB (Red+Green+Blue) = 177+26+203=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #B11ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ACB is #4EE534. Grayscale: #5A5A5A. Windows color (decimal): -5170485 or 13310641. OLE color: 13310641.

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

Color convert

RGB 177 26 203 -
CMYK 0.13 0.87 0 0.20
HSL 291.19º 0.77% 0.45% -
HSV(B) 291.19º 0.87% 0.8% -
XYZ 29.28 14.4 57.74 -
YUV 91.33 191.03 189.11 -
System Red Green Blue C M Y K H S L
Decimal 177 26 203 0.13 0.87 0 0.20 291.19 0.77 0.45
Hex B1 1A CB D 57 0 14 123 4D 2D
Octal 261 32 313 15 127 0 24 443 115 55
Binary 10110001 11010 11001011 1101 1010111 0 10100 100100011 1001101 101101

Color Harmonies of #B11ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ACB

Black with #B11ACB

Text Example


Text Example

White with #B11ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ACB; }

 p { color: rgb(177,26,203); }

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

background-color css

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

 a { background-color: rgb(177,26,203); }

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

border-color css

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

 span { border-color: rgb(177,26,203); }

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