Html Css Color HEX #B95DC1 Fuchsia

📋 copy color: '#B95DC1'

red 185 ◦ green 93 ◦ blue 193

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

Shades of Fuchsia #B95DC1

Tints of Fuchsia #B95DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 39.28%
G = 19.75%
B = 40.98%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B95DC1 (or 0xB95DC1) is known color: Fuchsia. HEX triplet: B9, 5D and C1. RGB value is (185,93,193). Sum of RGB (Red+Green+Blue) = 185+93+193=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #B95DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DC1 is #46A23E. Grayscale: #838383. Windows color (decimal): -4629055 or 12672441. OLE color: 12672441.

HSL color Cylindrical-coordinate representation of color #B95DC1: hue angle of 295.2º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95DC1 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 93 193 -
CMYK 0.04 0.52 0 0.24
HSL 295.2º 0.45% 0.56% -
HSV(B) 295.2º 0.52% 0.76% -
XYZ 33.55 21.99 52.93 -
YUV 131.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 185 93 193 0.04 0.52 0 0.24 295.2 0.45 0.56
Hex B9 5D C1 4 34 0 18 127 2D 38
Octal 271 135 301 4 64 0 30 447 55 70
Binary 10111001 1011101 11000001 100 110100 0 11000 100100111 101101 111000

Color Harmonies of #B95DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95DC1

Black with #B95DC1

Text Example


Text Example

White with #B95DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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