Html Css Color HEX #B951C0 Fuchsia

📋 copy color: '#B951C0'

red 185 ◦ green 81 ◦ blue 192

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

Shades of Fuchsia #B951C0

Tints of Fuchsia #B951C0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.69%

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 40.39%
G = 17.69%
B = 41.92%

CMYK

 C value IS 0.04

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B951C0 (or 0xB951C0) is known color: Fuchsia. HEX triplet: B9, 51 and C0. RGB value is (185,81,192). Sum of RGB (Red+Green+Blue) = 185+81+192=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 192 - color contains mainly: blue. Hex color #B951C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B951C0 is #46AE3F. Grayscale: #7C7C7C. Windows color (decimal): -4632128 or 12603833. OLE color: 12603833.

HSL color Cylindrical-coordinate representation of color #B951C0: hue angle of 296.22º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B951C0 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 81 192 -
CMYK 0.04 0.58 0 0.25
HSL 296.22º 0.47% 0.54% -
HSV(B) 296.22º 0.58% 0.75% -
XYZ 32.46 20 52.02 -
YUV 124.75 165.96 170.97 -
System Red Green Blue C M Y K H S L
Decimal 185 81 192 0.04 0.58 0 0.25 296.22 0.47 0.54
Hex B9 51 C0 4 3A 0 19 128 2F 36
Octal 271 121 300 4 72 0 31 450 57 66
Binary 10111001 1010001 11000000 100 111010 0 11001 100101000 101111 110110

Color Harmonies of #B951C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B951C0

Black with #B951C0

Text Example


Text Example

White with #B951C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B951C0; }

 p { color: rgb(185,81,192); }

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

background-color css

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

 a { background-color: rgb(185,81,192); }

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

border-color css

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

 span { border-color: rgb(185,81,192); }

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