Html Css Color HEX #B15DB2 Fuchsia

📋 copy color: '#B15DB2'

red 177 ◦ green 93 ◦ blue 178

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

Shades of Fuchsia #B15DB2

Tints of Fuchsia #B15DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.73%

R = 39.51%
G = 20.76%
B = 39.73%

CMYK

 C value IS 0.01

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B15DB2 (or 0xB15DB2) is known color: Fuchsia. HEX triplet: B1, 5D and B2. RGB value is (177,93,178). Sum of RGB (Red+Green+Blue) = 177+93+178=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 93 (36.72% from 255 or 20.76% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 178 - color contains mainly: blue. Hex color #B15DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15DB2 is #4EA24D. Grayscale: #7F7F7F. Windows color (decimal): -5153358 or 11689393. OLE color: 11689393.

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

Color convert

RGB 177 93 178 -
CMYK 0.01 0.48 0 0.30
HSL 299.29º 0.36% 0.53% -
HSV(B) 299.29º 0.48% 0.7% -
XYZ 30.08 20.39 44.47 -
YUV 127.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 177 93 178 0.01 0.48 0 0.30 299.29 0.36 0.53
Hex B1 5D B2 1 30 0 1E 12B 24 35
Octal 261 135 262 1 60 0 36 453 44 65
Binary 10110001 1011101 10110010 1 110000 0 11110 100101011 100100 110101

Color Harmonies of #B15DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DB2

Black with #B15DB2

Text Example


Text Example

White with #B15DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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