Html Css Color HEX #B11FBC Dark Orchid

📋 copy color: '#B11FBC'

red 177 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #B11FBC

Tints of Dark Orchid #B11FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 44.7%
G = 7.83%
B = 47.47%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B11FBC (or 0xB11FBC) is known color: Dark Orchid. HEX triplet: B1, 1F and BC. RGB value is (177,31,188). Sum of RGB (Red+Green+Blue) = 177+31+188=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 31 (12.5% from 255 or 7.83% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #B11FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FBC is #4EE043. Grayscale: #5C5C5C. Windows color (decimal): -5169220 or 12328881. OLE color: 12328881.

HSL color Cylindrical-coordinate representation of color #B11FBC: hue angle of 295.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11FBC is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 31 188 -
CMYK 0.06 0.84 0 0.26
HSL 295.8º 0.72% 0.43% -
HSV(B) 295.8º 0.84% 0.74% -
XYZ 27.7 13.96 48.81 -
YUV 92.55 181.87 188.23 -
System Red Green Blue C M Y K H S L
Decimal 177 31 188 0.06 0.84 0 0.26 295.8 0.72 0.43
Hex B1 1F BC 6 54 0 1A 128 48 2B
Octal 261 37 274 6 124 0 32 450 110 53
Binary 10110001 11111 10111100 110 1010100 0 11010 100101000 1001000 101011

Color Harmonies of #B11FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FBC

Black with #B11FBC

Text Example


Text Example

White with #B11FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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