Html Css Color HEX #B95EBB Fuchsia

📋 copy color: '#B95EBB'

red 185 ◦ green 94 ◦ blue 187

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

Shades of Fuchsia #B95EBB

Tints of Fuchsia #B95EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 39.7%
G = 20.17%
B = 40.13%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B95EBB (or 0xB95EBB) is known color: Fuchsia. HEX triplet: B9, 5E and BB. RGB value is (185,94,187). Sum of RGB (Red+Green+Blue) = 185+94+187=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #B95EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95EBB is #46A144. Grayscale: #838383. Windows color (decimal): -4628805 or 12279481. OLE color: 12279481.

HSL color Cylindrical-coordinate representation of color #B95EBB: hue angle of 298.71º degrees, saturation: 0.41, 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 #B95EBB is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 94 187 -
CMYK 0.01 0.50 0 0.27
HSL 298.71º 0.41% 0.55% -
HSV(B) 298.71º 0.5% 0.73% -
XYZ 32.98 21.91 49.5 -
YUV 131.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 185 94 187 0.01 0.50 0 0.27 298.71 0.41 0.55
Hex B9 5E BB 1 32 0 1B 12B 29 37
Octal 271 136 273 1 62 0 33 453 51 67
Binary 10111001 1011110 10111011 1 110010 0 11011 100101011 101001 110111

Color Harmonies of #B95EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95EBB

Black with #B95EBB

Text Example


Text Example

White with #B95EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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