Html Css Color HEX #B11ACC Dark Orchid

📋 copy color: '#B11ACC'

red 177 ◦ green 26 ◦ blue 204

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

Shades of Dark Orchid #B11ACC

Tints of Dark Orchid #B11ACC

RGB

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

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

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

R = 43.49%
G = 6.39%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B11ACC (or 0xB11ACC) is known color: Dark Orchid. HEX triplet: B1, 1A and CC. RGB value is (177,26,204). Sum of RGB (Red+Green+Blue) = 177+26+204=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B11ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ACC is #4EE533. Grayscale: #5A5A5A. Windows color (decimal): -5170484 or 13376177. OLE color: 13376177.

HSL color Cylindrical-coordinate representation of color #B11ACC: hue angle of 290.9º 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 #B11ACC is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 26 204 -
CMYK 0.13 0.87 0 0.2
HSL 290.9º 0.77% 0.45% -
HSV(B) 290.9º 0.87% 0.8% -
XYZ 29.4 14.45 58.37 -
YUV 91.44 191.53 189.03 -
System Red Green Blue C M Y K H S L
Decimal 177 26 204 0.13 0.87 0 0.2 290.9 0.77 0.45
Hex B1 1A CC D 57 0 14 123 4D 2D
Octal 261 32 314 15 127 0 24 443 115 55
Binary 10110001 11010 11001100 1101 1010111 0 10100 100100011 1001101 101101

Color Harmonies of #B11ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ACC

Black with #B11ACC

Text Example


Text Example

White with #B11ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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