Html Css Color HEX #B95CBA Fuchsia

📋 copy color: '#B95CBA'

red 185 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #B95CBA

Tints of Fuchsia #B95CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.87%

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

R = 39.96%
G = 19.87%
B = 40.17%

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

#B95CBA (or 0xB95CBA) is known color: Fuchsia. HEX triplet: B9, 5C and BA. RGB value is (185,92,186). Sum of RGB (Red+Green+Blue) = 185+92+186=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B95CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CBA is #46A345. Grayscale: #828282. Windows color (decimal): -4629318 or 12213433. OLE color: 12213433.

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

Color convert

RGB 185 92 186 -
CMYK 0.01 0.51 0 0.27
HSL 299.36º 0.41% 0.55% -
HSV(B) 299.36º 0.51% 0.73% -
XYZ 32.7 21.51 48.88 -
YUV 130.52 159.31 166.86 -
System Red Green Blue C M Y K H S L
Decimal 185 92 186 0.01 0.51 0 0.27 299.36 0.41 0.55
Hex B9 5C BA 1 33 0 1B 12B 29 37
Octal 271 134 272 1 63 0 33 453 51 67
Binary 10111001 1011100 10111010 1 110011 0 11011 100101011 101001 110111

Color Harmonies of #B95CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CBA

Black with #B95CBA

Text Example


Text Example

White with #B95CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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