Html Css Color HEX #B11FBE Dark Orchid

📋 copy color: '#B11FBE'

red 177 ◦ green 31 ◦ blue 190

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

Shades of Dark Orchid #B11FBE

Tints of Dark Orchid #B11FBE

RGB

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

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

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

R = 44.47%
G = 7.79%
B = 47.74%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B11FBE (or 0xB11FBE) is known color: Dark Orchid. HEX triplet: B1, 1F and BE. RGB value is (177,31,190). Sum of RGB (Red+Green+Blue) = 177+31+190=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 31 (12.5% from 255 or 7.79% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B11FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FBE is #4EE041. Grayscale: #5C5C5C. Windows color (decimal): -5169218 or 12459953. OLE color: 12459953.

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

Color convert

RGB 177 31 190 -
CMYK 0.07 0.84 0 0.25
HSL 295.09º 0.72% 0.43% -
HSV(B) 295.09º 0.84% 0.75% -
XYZ 27.92 14.04 49.95 -
YUV 92.78 182.87 188.07 -
System Red Green Blue C M Y K H S L
Decimal 177 31 190 0.07 0.84 0 0.25 295.09 0.72 0.43
Hex B1 1F BE 7 54 0 19 127 48 2B
Octal 261 37 276 7 124 0 31 447 110 53
Binary 10110001 11111 10111110 111 1010100 0 11001 100100111 1001000 101011

Color Harmonies of #B11FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FBE

Black with #B11FBE

Text Example


Text Example

White with #B11FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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