Html Css Color HEX #B95EBE Fuchsia

📋 copy color: '#B95EBE'

red 185 ◦ green 94 ◦ blue 190

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

Shades of Fuchsia #B95EBE

Tints of Fuchsia #B95EBE

RGB

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

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

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

R = 39.45%
G = 20.04%
B = 40.51%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B95EBE (or 0xB95EBE) is known color: Fuchsia. HEX triplet: B9, 5E and BE. RGB value is (185,94,190). Sum of RGB (Red+Green+Blue) = 185+94+190=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #B95EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EBE is #46A141. Grayscale: #838383. Windows color (decimal): -4628802 or 12476089. OLE color: 12476089.

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

Color convert

RGB 185 94 190 -
CMYK 0.03 0.51 0 0.25
HSL 296.88º 0.42% 0.56% -
HSV(B) 296.88º 0.51% 0.75% -
XYZ 33.3 22.04 51.21 -
YUV 132.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 185 94 190 0.03 0.51 0 0.25 296.88 0.42 0.56
Hex B9 5E BE 3 33 0 19 129 2A 38
Octal 271 136 276 3 63 0 31 451 52 70
Binary 10111001 1011110 10111110 11 110011 0 11001 100101001 101010 111000

Color Harmonies of #B95EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EBE

Black with #B95EBE

Text Example


Text Example

White with #B95EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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