Html Css Color HEX #B95CBD Fuchsia

📋 copy color: '#B95CBD'

red 185 ◦ green 92 ◦ blue 189

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

Shades of Fuchsia #B95CBD

Tints of Fuchsia #B95CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.56%

R = 39.7%
G = 19.74%
B = 40.56%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B95CBD (or 0xB95CBD) is known color: Fuchsia. HEX triplet: B9, 5C and BD. RGB value is (185,92,189). Sum of RGB (Red+Green+Blue) = 185+92+189=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 189 - color contains mainly: blue. Hex color #B95CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95CBD is #46A342. Grayscale: #828282. Windows color (decimal): -4629315 or 12410041. OLE color: 12410041.

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

Color convert

RGB 185 92 189 -
CMYK 0.02 0.51 0 0.26
HSL 297.53º 0.42% 0.55% -
HSV(B) 297.53º 0.51% 0.74% -
XYZ 33.02 21.64 50.58 -
YUV 130.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 185 92 189 0.02 0.51 0 0.26 297.53 0.42 0.55
Hex B9 5C BD 2 33 0 1A 12A 2A 37
Octal 271 134 275 2 63 0 32 452 52 67
Binary 10111001 1011100 10111101 10 110011 0 11010 100101010 101010 110111

Color Harmonies of #B95CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CBD

Black with #B95CBD

Text Example


Text Example

White with #B95CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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