Html Css Color HEX #B15DB7 Fuchsia

📋 copy color: '#B15DB7'

red 177 ◦ green 93 ◦ blue 183

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

Shades of Fuchsia #B15DB7

Tints of Fuchsia #B15DB7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.53%

 BLUE value IS 183 (71.88% from 255) = 40.4%

R = 39.07%
G = 20.53%
B = 40.4%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B15DB7 (or 0xB15DB7) is known color: Fuchsia. HEX triplet: B1, 5D and B7. RGB value is (177,93,183). Sum of RGB (Red+Green+Blue) = 177+93+183=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 183 (71.88% from 255 or 40.40% from 453); Max value from RGB is 183 - color contains mainly: blue. Hex color #B15DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DB7 is #4EA248. Grayscale: #808080. Windows color (decimal): -5153353 or 12017073. OLE color: 12017073.

HSL color Cylindrical-coordinate representation of color #B15DB7: hue angle of 296º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B15DB7 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 93 183 -
CMYK 0.03 0.49 0 0.28
HSL 296º 0.38% 0.54% -
HSV(B) 296º 0.49% 0.72% -
XYZ 30.59 20.59 47.16 -
YUV 128.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 177 93 183 0.03 0.49 0 0.28 296 0.38 0.54
Hex B1 5D B7 3 31 0 1C 128 26 36
Octal 261 135 267 3 61 0 34 450 46 66
Binary 10110001 1011101 10110111 11 110001 0 11100 100101000 100110 110110

Color Harmonies of #B15DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DB7

Black with #B15DB7

Text Example


Text Example

White with #B15DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DB7; }

 p { color: rgb(177,93,183); }

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

background-color css

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

 a { background-color: rgb(177,93,183); }

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

border-color css

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

 span { border-color: rgb(177,93,183); }

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