Html Css Color HEX #B11ECB Dark Orchid

📋 copy color: '#B11ECB'

red 177 ◦ green 30 ◦ blue 203

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

Shades of Dark Orchid #B11ECB

Tints of Dark Orchid #B11ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 43.17%
G = 7.32%
B = 49.51%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B11ECB (or 0xB11ECB) is known color: Dark Orchid. HEX triplet: B1, 1E and CB. RGB value is (177,30,203). Sum of RGB (Red+Green+Blue) = 177+30+203=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 30 (12.11% from 255 or 7.32% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #B11ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ECB is #4EE134. Grayscale: #5D5D5D. Windows color (decimal): -5169461 or 13311665. OLE color: 13311665.

HSL color Cylindrical-coordinate representation of color #B11ECB: hue angle of 290.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11ECB is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 30 203 -
CMYK 0.13 0.85 0 0.20
HSL 290.98º 0.74% 0.46% -
HSV(B) 290.98º 0.85% 0.8% -
XYZ 29.38 14.59 57.77 -
YUV 93.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 177 30 203 0.13 0.85 0 0.20 290.98 0.74 0.46
Hex B1 1E CB D 55 0 14 123 4A 2E
Octal 261 36 313 15 125 0 24 443 112 56
Binary 10110001 11110 11001011 1101 1010101 0 10100 100100011 1001010 101110

Color Harmonies of #B11ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ECB

Black with #B11ECB

Text Example


Text Example

White with #B11ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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