Html Css Color HEX #B11BCD Dark Orchid

📋 copy color: '#B11BCD'

red 177 ◦ green 27 ◦ blue 205

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

Shades of Dark Orchid #B11BCD

Tints of Dark Orchid #B11BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.6%

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

R = 43.28%
G = 6.6%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B11BCD (or 0xB11BCD) is known color: Dark Orchid. HEX triplet: B1, 1B and CD. RGB value is (177,27,205). Sum of RGB (Red+Green+Blue) = 177+27+205=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #B11BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BCD is #4EE432. Grayscale: #5B5B5B. Windows color (decimal): -5170227 or 13441969. OLE color: 13441969.

HSL color Cylindrical-coordinate representation of color #B11BCD: hue angle of 290.56º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11BCD is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 27 205 -
CMYK 0.14 0.87 0 0.20
HSL 290.56º 0.77% 0.45% -
HSV(B) 290.56º 0.87% 0.8% -
XYZ 29.54 14.54 59.01 -
YUV 92.14 191.7 188.53 -
System Red Green Blue C M Y K H S L
Decimal 177 27 205 0.14 0.87 0 0.20 290.56 0.77 0.45
Hex B1 1B CD E 57 0 14 123 4D 2D
Octal 261 33 315 16 127 0 24 443 115 55
Binary 10110001 11011 11001101 1110 1010111 0 10100 100100011 1001101 101101

Color Harmonies of #B11BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BCD

Black with #B11BCD

Text Example


Text Example

White with #B11BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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