Html Css Color HEX #B95DB3 Fuchsia

📋 copy color: '#B95DB3'

red 185 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #B95DB3

Tints of Fuchsia #B95DB3

RGB

 RED value IS 185 (72.66% from 255) = 40.48%

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

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

R = 40.48%
G = 20.35%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#B95DB3 (or 0xB95DB3) is known color: Fuchsia. HEX triplet: B9, 5D and B3. RGB value is (185,93,179). Sum of RGB (Red+Green+Blue) = 185+93+179=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 185 - color contains mainly: red. Hex color #B95DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DB3 is #46A24C. Grayscale: #828282. Windows color (decimal): -4629069 or 11754937. OLE color: 11754937.

HSL color Cylindrical-coordinate representation of color #B95DB3: hue angle of 303.91º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95DB3 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 93 179 -
CMYK 0 0.50 0.03 0.27
HSL 303.91º 0.4% 0.55% -
HSV(B) 303.91º 0.5% 0.73% -
XYZ 32.06 21.4 45.09 -
YUV 130.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 185 93 179 0 0.50 0.03 0.27 303.91 0.4 0.55
Hex B9 5D B3 0 32 3 1B 130 28 37
Octal 271 135 263 0 62 3 33 460 50 67
Binary 10111001 1011101 10110011 0 110010 11 11011 100110000 101000 110111

Color Harmonies of #B95DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DB3

Black with #B95DB3

Text Example


Text Example

White with #B95DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DB3; }

 p { color: rgb(185,93,179); }

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

background-color css

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

 a { background-color: rgb(185,93,179); }

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

border-color css

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

 span { border-color: rgb(185,93,179); }

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