Html Css Color HEX #B11ECF Dark Orchid

📋 copy color: '#B11ECF'

red 177 ◦ green 30 ◦ blue 207

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

Shades of Dark Orchid #B11ECF

Tints of Dark Orchid #B11ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 42.75%
G = 7.25%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B11ECF (or 0xB11ECF) is known color: Dark Orchid. HEX triplet: B1, 1E and CF. RGB value is (177,30,207). Sum of RGB (Red+Green+Blue) = 177+30+207=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #B11ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11ECF is #4EE130. Grayscale: #5D5D5D. Windows color (decimal): -5169457 or 13573809. OLE color: 13573809.

HSL color Cylindrical-coordinate representation of color #B11ECF: hue angle of 289.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11ECF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 30 207 -
CMYK 0.14 0.86 0 0.19
HSL 289.83º 0.75% 0.46% -
HSV(B) 289.83º 0.86% 0.81% -
XYZ 29.86 14.78 60.31 -
YUV 94.13 191.7 187.11 -
System Red Green Blue C M Y K H S L
Decimal 177 30 207 0.14 0.86 0 0.19 289.83 0.75 0.46
Hex B1 1E CF E 56 0 13 122 4B 2E
Octal 261 36 317 16 126 0 23 442 113 56
Binary 10110001 11110 11001111 1110 1010110 0 10011 100100010 1001011 101110

Color Harmonies of #B11ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11ECF

Black with #B11ECF

Text Example


Text Example

White with #B11ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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