Html Css Color HEX #B11CBE Dark Orchid

📋 copy color: '#B11CBE'

red 177 ◦ green 28 ◦ blue 190

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

Shades of Dark Orchid #B11CBE

Tints of Dark Orchid #B11CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 44.81%
G = 7.09%
B = 48.1%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B11CBE (or 0xB11CBE) is known color: Dark Orchid. HEX triplet: B1, 1C and BE. RGB value is (177,28,190). Sum of RGB (Red+Green+Blue) = 177+28+190=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #B11CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CBE is #4EE341. Grayscale: #5A5A5A. Windows color (decimal): -5169986 or 12459185. OLE color: 12459185.

HSL color Cylindrical-coordinate representation of color #B11CBE: hue angle of 295.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11CBE is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 28 190 -
CMYK 0.07 0.85 0 0.25
HSL 295.19º 0.74% 0.43% -
HSV(B) 295.19º 0.85% 0.75% -
XYZ 27.84 13.9 49.93 -
YUV 91.02 183.86 189.33 -
System Red Green Blue C M Y K H S L
Decimal 177 28 190 0.07 0.85 0 0.25 295.19 0.74 0.43
Hex B1 1C BE 7 55 0 19 127 4A 2B
Octal 261 34 276 7 125 0 31 447 112 53
Binary 10110001 11100 10111110 111 1010101 0 11001 100100111 1001010 101011

Color Harmonies of #B11CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CBE

Black with #B11CBE

Text Example


Text Example

White with #B11CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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