Html Css Color HEX #B95EBC Fuchsia

📋 copy color: '#B95EBC'

red 185 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #B95EBC

Tints of Fuchsia #B95EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 39.61%
G = 20.13%
B = 40.26%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B95EBC (or 0xB95EBC) is known color: Fuchsia. HEX triplet: B9, 5E and BC. RGB value is (185,94,188). Sum of RGB (Red+Green+Blue) = 185+94+188=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 94 (37.11% from 255 or 20.13% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #B95EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EBC is #46A143. Grayscale: #838383. Windows color (decimal): -4628804 or 12345017. OLE color: 12345017.

HSL color Cylindrical-coordinate representation of color #B95EBC: hue angle of 298.09º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95EBC is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 94 188 -
CMYK 0.02 0.50 0 0.26
HSL 298.09º 0.41% 0.55% -
HSV(B) 298.09º 0.5% 0.74% -
XYZ 33.09 21.95 50.07 -
YUV 131.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 185 94 188 0.02 0.50 0 0.26 298.09 0.41 0.55
Hex B9 5E BC 2 32 0 1A 12A 29 37
Octal 271 136 274 2 62 0 32 452 51 67
Binary 10111001 1011110 10111100 10 110010 0 11010 100101010 101001 110111

Color Harmonies of #B95EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EBC

Black with #B95EBC

Text Example


Text Example

White with #B95EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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