Html Css Color HEX #B11ADA Dark Orchid

📋 copy color: '#B11ADA'

red 177 ◦ green 26 ◦ blue 218

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

Shades of Dark Orchid #B11ADA

Tints of Dark Orchid #B11ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.78%

R = 42.04%
G = 6.18%
B = 51.78%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B11ADA (or 0xB11ADA) is known color: Dark Orchid. HEX triplet: B1, 1A and DA. RGB value is (177,26,218). Sum of RGB (Red+Green+Blue) = 177+26+218=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 218 (85.55% from 255 or 51.78% from 421); Max value from RGB is 218 - color contains mainly: blue. Hex color #B11ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ADA is #4EE525. Grayscale: #5C5C5C. Windows color (decimal): -5170470 or 14293681. OLE color: 14293681.

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

Color convert

RGB 177 26 218 -
CMYK 0.19 0.88 0 0.15
HSL 287.19º 0.79% 0.48% -
HSV(B) 287.19º 0.88% 0.85% -
XYZ 31.16 15.15 67.61 -
YUV 93.04 198.53 187.89 -
System Red Green Blue C M Y K H S L
Decimal 177 26 218 0.19 0.88 0 0.15 287.19 0.79 0.48
Hex B1 1A DA 13 58 0 F 11F 4F 30
Octal 261 32 332 23 130 0 17 437 117 60
Binary 10110001 11010 11011010 10011 1011000 0 1111 100011111 1001111 110000

Color Harmonies of #B11ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ADA

Black with #B11ADA

Text Example


Text Example

White with #B11ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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