Html Css Color HEX #B11FDF Dark Orchid

📋 copy color: '#B11FDF'

red 177 ◦ green 31 ◦ blue 223

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

Shades of Dark Orchid #B11FDF

Tints of Dark Orchid #B11FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 41.07%
G = 7.19%
B = 51.74%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B11FDF (or 0xB11FDF) is known color: Dark Orchid. HEX triplet: B1, 1F and DF. RGB value is (177,31,223). Sum of RGB (Red+Green+Blue) = 177+31+223=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #B11FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FDF is #4EE020. Grayscale: #5F5F5F. Windows color (decimal): -5169185 or 14622641. OLE color: 14622641.

HSL color Cylindrical-coordinate representation of color #B11FDF: hue angle of 285.62º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11FDF is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 31 223 -
CMYK 0.21 0.86 0 0.13
HSL 285.63º 0.76% 0.5% -
HSV(B) 285.63º 0.86% 0.87% -
XYZ 31.94 15.65 71.15 -
YUV 96.54 199.37 185.39 -
System Red Green Blue C M Y K H S L
Decimal 177 31 223 0.21 0.86 0 0.13 285.63 0.76 0.5
Hex B1 1F DF 15 56 0 D 11E 4C 32
Octal 261 37 337 25 126 0 15 436 114 62
Binary 10110001 11111 11011111 10101 1010110 0 1101 100011110 1001100 110010

Color Harmonies of #B11FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FDF

Black with #B11FDF

Text Example


Text Example

White with #B11FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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