Html Css Color HEX #B11EDD Dark Orchid

📋 copy color: '#B11EDD'

red 177 ◦ green 30 ◦ blue 221

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

Shades of Dark Orchid #B11EDD

Tints of Dark Orchid #B11EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.01%

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

R = 41.36%
G = 7.01%
B = 51.64%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11EDD (or 0xB11EDD) is known color: Dark Orchid. HEX triplet: B1, 1E and DD. RGB value is (177,30,221). Sum of RGB (Red+Green+Blue) = 177+30+221=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 30 (12.11% from 255 or 7.01% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #B11EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11EDD is #4EE122. Grayscale: #5F5F5F. Windows color (decimal): -5169443 or 14491313. OLE color: 14491313.

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

Color convert

RGB 177 30 221 -
CMYK 0.20 0.86 0 0.13
HSL 286.18º 0.76% 0.49% -
HSV(B) 286.18º 0.86% 0.87% -
XYZ 31.65 15.5 69.73 -
YUV 95.73 198.7 185.97 -
System Red Green Blue C M Y K H S L
Decimal 177 30 221 0.20 0.86 0 0.13 286.18 0.76 0.49
Hex B1 1E DD 14 56 0 D 11E 4C 31
Octal 261 36 335 24 126 0 15 436 114 61
Binary 10110001 11110 11011101 10100 1010110 0 1101 100011110 1001100 110001

Color Harmonies of #B11EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11EDD

Black with #B11EDD

Text Example


Text Example

White with #B11EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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