Html Css Color HEX #B11ADF Dark Orchid

📋 copy color: '#B11ADF'

red 177 ◦ green 26 ◦ blue 223

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

Shades of Dark Orchid #B11ADF

Tints of Dark Orchid #B11ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.35%

R = 41.55%
G = 6.1%
B = 52.35%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11ADF (or 0xB11ADF) is known color: Dark Orchid. HEX triplet: B1, 1A and DF. RGB value is (177,26,223). Sum of RGB (Red+Green+Blue) = 177+26+223=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 26 (10.55% from 255 or 6.10% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #B11ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ADF is #4EE520. Grayscale: #5C5C5C. Windows color (decimal): -5170465 or 14621361. OLE color: 14621361.

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

Color convert

RGB 177 26 223 -
CMYK 0.21 0.88 0 0.13
HSL 285.99º 0.79% 0.49% -
HSV(B) 285.99º 0.88% 0.87% -
XYZ 31.82 15.41 71.11 -
YUV 93.61 201.03 187.48 -
System Red Green Blue C M Y K H S L
Decimal 177 26 223 0.21 0.88 0 0.13 285.99 0.79 0.49
Hex B1 1A DF 15 58 0 D 11E 4F 31
Octal 261 32 337 25 130 0 15 436 117 61
Binary 10110001 11010 11011111 10101 1011000 0 1101 100011110 1001111 110001

Color Harmonies of #B11ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ADF

Black with #B11ADF

Text Example


Text Example

White with #B11ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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