Html Css Color HEX #B95EC2 Fuchsia

📋 copy color: '#B95EC2'

red 185 ◦ green 94 ◦ blue 194

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

Shades of Fuchsia #B95EC2

Tints of Fuchsia #B95EC2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 39.11%
G = 19.87%
B = 41.01%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B95EC2 (or 0xB95EC2) is known color: Fuchsia. HEX triplet: B9, 5E and C2. RGB value is (185,94,194). Sum of RGB (Red+Green+Blue) = 185+94+194=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #B95EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EC2 is #46A13D. Grayscale: #848484. Windows color (decimal): -4628798 or 12738233. OLE color: 12738233.

HSL color Cylindrical-coordinate representation of color #B95EC2: hue angle of 294.6º 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 #B95EC2 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 94 194 -
CMYK 0.05 0.52 0 0.24
HSL 294.6º 0.45% 0.56% -
HSV(B) 294.6º 0.52% 0.76% -
XYZ 33.75 22.21 53.55 -
YUV 132.61 162.65 165.37 -
System Red Green Blue C M Y K H S L
Decimal 185 94 194 0.05 0.52 0 0.24 294.6 0.45 0.56
Hex B9 5E C2 5 34 0 18 127 2D 38
Octal 271 136 302 5 64 0 30 447 55 70
Binary 10111001 1011110 11000010 101 110100 0 11000 100100111 101101 111000

Color Harmonies of #B95EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EC2

Black with #B95EC2

Text Example


Text Example

White with #B95EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EC2; }

 p { color: rgb(185,94,194); }

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

background-color css

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

 a { background-color: rgb(185,94,194); }

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

border-color css

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

 span { border-color: rgb(185,94,194); }

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