Html Css Color HEX #B11CCD Dark Orchid

📋 copy color: '#B11CCD'

red 177 ◦ green 28 ◦ blue 205

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

Shades of Dark Orchid #B11CCD

Tints of Dark Orchid #B11CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 43.17%
G = 6.83%
B = 50%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B11CCD (or 0xB11CCD) is known color: Dark Orchid. HEX triplet: B1, 1C and CD. RGB value is (177,28,205). Sum of RGB (Red+Green+Blue) = 177+28+205=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #B11CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CCD is #4EE332. Grayscale: #5C5C5C. Windows color (decimal): -5169971 or 13442225. OLE color: 13442225.

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

Color convert

RGB 177 28 205 -
CMYK 0.14 0.86 0 0.20
HSL 290.51º 0.76% 0.46% -
HSV(B) 290.51º 0.86% 0.8% -
XYZ 29.57 14.59 59.01 -
YUV 92.73 191.36 188.11 -
System Red Green Blue C M Y K H S L
Decimal 177 28 205 0.14 0.86 0 0.20 290.51 0.76 0.46
Hex B1 1C CD E 56 0 14 123 4C 2E
Octal 261 34 315 16 126 0 24 443 114 56
Binary 10110001 11100 11001101 1110 1010110 0 10100 100100011 1001100 101110

Color Harmonies of #B11CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CCD

Black with #B11CCD

Text Example


Text Example

White with #B11CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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