Html Css Color HEX #B95BBA Fuchsia

📋 copy color: '#B95BBA'

red 185 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #B95BBA

Tints of Fuchsia #B95BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.7%

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 40.04%
G = 19.7%
B = 40.26%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B95BBA (or 0xB95BBA) is known color: Fuchsia. HEX triplet: B9, 5B and BA. RGB value is (185,91,186). Sum of RGB (Red+Green+Blue) = 185+91+186=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 91 (35.94% from 255 or 19.70% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #B95BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95BBA is #46A445. Grayscale: #818181. Windows color (decimal): -4629574 or 12213177. OLE color: 12213177.

HSL color Cylindrical-coordinate representation of color #B95BBA: hue angle of 299.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B95BBA is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 91 186 -
CMYK 0.01 0.51 0 0.27
HSL 299.37º 0.41% 0.54% -
HSV(B) 299.37º 0.51% 0.73% -
XYZ 32.61 21.34 48.85 -
YUV 129.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 185 91 186 0.01 0.51 0 0.27 299.37 0.41 0.54
Hex B9 5B BA 1 33 0 1B 12B 29 36
Octal 271 133 272 1 63 0 33 453 51 66
Binary 10111001 1011011 10111010 1 110011 0 11011 100101011 101001 110110

Color Harmonies of #B95BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95BBA

Black with #B95BBA

Text Example


Text Example

White with #B95BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95BBA; }

 p { color: rgb(185,91,186); }

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

background-color css

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

 a { background-color: rgb(185,91,186); }

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

border-color css

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

 span { border-color: rgb(185,91,186); }

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