Html Css Color HEX #B11FCD Dark Orchid

📋 copy color: '#B11FCD'

red 177 ◦ green 31 ◦ blue 205

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

Shades of Dark Orchid #B11FCD

Tints of Dark Orchid #B11FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.51%

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 42.86%
G = 7.51%
B = 49.64%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B11FCD (or 0xB11FCD) is known color: Dark Orchid. HEX triplet: B1, 1F and CD. RGB value is (177,31,205). Sum of RGB (Red+Green+Blue) = 177+31+205=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #B11FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FCD is #4EE032. Grayscale: #5D5D5D. Windows color (decimal): -5169203 or 13442993. OLE color: 13442993.

HSL color Cylindrical-coordinate representation of color #B11FCD: hue angle of 290.34º 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 #B11FCD is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 31 205 -
CMYK 0.14 0.85 0 0.20
HSL 290.34º 0.74% 0.46% -
HSV(B) 290.34º 0.85% 0.8% -
XYZ 29.64 14.73 59.04 -
YUV 94.49 190.37 186.85 -
System Red Green Blue C M Y K H S L
Decimal 177 31 205 0.14 0.85 0 0.20 290.34 0.74 0.46
Hex B1 1F CD E 55 0 14 122 4A 2E
Octal 261 37 315 16 125 0 24 442 112 56
Binary 10110001 11111 11001101 1110 1010101 0 10100 100100010 1001010 101110

Color Harmonies of #B11FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FCD

Black with #B11FCD

Text Example


Text Example

White with #B11FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FCD; }

 p { color: rgb(177,31,205); }

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

background-color css

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

 a { background-color: rgb(177,31,205); }

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

border-color css

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

 span { border-color: rgb(177,31,205); }

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