Html Css Color HEX #B11ADD Dark Orchid

📋 copy color: '#B11ADD'

red 177 ◦ green 26 ◦ blue 221

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

Shades of Dark Orchid #B11ADD

Tints of Dark Orchid #B11ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.12%

R = 41.75%
G = 6.13%
B = 52.12%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11ADD (or 0xB11ADD) is known color: Dark Orchid. HEX triplet: B1, 1A and DD. RGB value is (177,26,221). Sum of RGB (Red+Green+Blue) = 177+26+221=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 26 (10.55% from 255 or 6.13% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #B11ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ADD is #4EE522. Grayscale: #5C5C5C. Windows color (decimal): -5170467 or 14490289. OLE color: 14490289.

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

Color convert

RGB 177 26 221 -
CMYK 0.20 0.88 0 0.13
HSL 286.46º 0.79% 0.48% -
HSV(B) 286.46º 0.88% 0.87% -
XYZ 31.55 15.31 69.7 -
YUV 93.38 200.03 187.64 -
System Red Green Blue C M Y K H S L
Decimal 177 26 221 0.20 0.88 0 0.13 286.46 0.79 0.48
Hex B1 1A DD 14 58 0 D 11E 4F 30
Octal 261 32 335 24 130 0 15 436 117 60
Binary 10110001 11010 11011101 10100 1011000 0 1101 100011110 1001111 110000

Color Harmonies of #B11ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ADD

Black with #B11ADD

Text Example


Text Example

White with #B11ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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