Html Css Color HEX #B15DBE Fuchsia

📋 copy color: '#B15DBE'

red 177 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #B15DBE

Tints of Fuchsia #B15DBE

RGB

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

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

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

R = 38.48%
G = 20.22%
B = 41.3%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B15DBE (or 0xB15DBE) is known color: Fuchsia. HEX triplet: B1, 5D and BE. RGB value is (177,93,190). Sum of RGB (Red+Green+Blue) = 177+93+190=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #B15DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DBE is #4EA241. Grayscale: #808080. Windows color (decimal): -5153346 or 12475825. OLE color: 12475825.

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

Color convert

RGB 177 93 190 -
CMYK 0.07 0.51 0 0.25
HSL 291.96º 0.43% 0.55% -
HSV(B) 291.96º 0.51% 0.75% -
XYZ 31.34 20.89 51.1 -
YUV 129.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 177 93 190 0.07 0.51 0 0.25 291.96 0.43 0.55
Hex B1 5D BE 7 33 0 19 124 2B 37
Octal 261 135 276 7 63 0 31 444 53 67
Binary 10110001 1011101 10111110 111 110011 0 11001 100100100 101011 110111

Color Harmonies of #B15DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15DBE

Black with #B15DBE

Text Example


Text Example

White with #B15DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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