Html Css Color HEX #B11DBE Dark Orchid

📋 copy color: '#B11DBE'

red 177 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #B11DBE

Tints of Dark Orchid #B11DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.32%

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

R = 44.7%
G = 7.32%
B = 47.98%

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

#B11DBE (or 0xB11DBE) is known color: Dark Orchid. HEX triplet: B1, 1D and BE. RGB value is (177,29,190). Sum of RGB (Red+Green+Blue) = 177+29+190=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #B11DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DBE is #4EE241. Grayscale: #5B5B5B. Windows color (decimal): -5169730 or 12459441. OLE color: 12459441.

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

Color convert

RGB 177 29 190 -
CMYK 0.07 0.85 0 0.25
HSL 295.16º 0.74% 0.43% -
HSV(B) 295.16º 0.85% 0.75% -
XYZ 27.87 13.94 49.94 -
YUV 91.61 183.53 188.91 -
System Red Green Blue C M Y K H S L
Decimal 177 29 190 0.07 0.85 0 0.25 295.16 0.74 0.43
Hex B1 1D BE 7 55 0 19 127 4A 2B
Octal 261 35 276 7 125 0 31 447 112 53
Binary 10110001 11101 10111110 111 1010101 0 11001 100100111 1001010 101011

Color Harmonies of #B11DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DBE

Black with #B11DBE

Text Example


Text Example

White with #B11DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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