Html Css Color HEX #B11FB3 Dark Orchid

📋 copy color: '#B11FB3'

red 177 ◦ green 31 ◦ blue 179

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

Shades of Dark Orchid #B11FB3

Tints of Dark Orchid #B11FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 45.74%
G = 8.01%
B = 46.25%

CMYK

 C value IS 0.01

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B11FB3 (or 0xB11FB3) is known color: Dark Orchid. HEX triplet: B1, 1F and B3. RGB value is (177,31,179). Sum of RGB (Red+Green+Blue) = 177+31+179=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #B11FB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11FB3 is #4EE04C. Grayscale: #5B5B5B. Windows color (decimal): -5169229 or 11739057. OLE color: 11739057.

HSL color Cylindrical-coordinate representation of color #B11FB3: hue angle of 299.19º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B11FB3 is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 31 179 -
CMYK 0.01 0.83 0 0.30
HSL 299.19º 0.7% 0.41% -
HSV(B) 299.19º 0.83% 0.7% -
XYZ 26.76 13.58 43.86 -
YUV 91.53 177.37 188.97 -
System Red Green Blue C M Y K H S L
Decimal 177 31 179 0.01 0.83 0 0.30 299.19 0.7 0.41
Hex B1 1F B3 1 53 0 1E 12B 46 29
Octal 261 37 263 1 123 0 36 453 106 51
Binary 10110001 11111 10110011 1 1010011 0 11110 100101011 1000110 101001

Color Harmonies of #B11FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11FB3

Black with #B11FB3

Text Example


Text Example

White with #B11FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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