Html Css Color HEX #B950C0 Fuchsia

📋 copy color: '#B950C0'

red 185 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #B950C0

Tints of Fuchsia #B950C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

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

R = 40.48%
G = 17.51%
B = 42.01%

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

#B950C0 (or 0xB950C0) is known color: Fuchsia. HEX triplet: B9, 50 and C0. RGB value is (185,80,192). Sum of RGB (Red+Green+Blue) = 185+80+192=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #B950C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B950C0 is #46AF3F. Grayscale: #7B7B7B. Windows color (decimal): -4632384 or 12603577. OLE color: 12603577.

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

Color convert

RGB 185 80 192 -
CMYK 0.04 0.58 0 0.25
HSL 296.25º 0.47% 0.53% -
HSV(B) 296.25º 0.58% 0.75% -
XYZ 32.39 19.86 51.99 -
YUV 124.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 185 80 192 0.04 0.58 0 0.25 296.25 0.47 0.53
Hex B9 50 C0 4 3A 0 19 128 2F 35
Octal 271 120 300 4 72 0 31 450 57 65
Binary 10111001 1010000 11000000 100 111010 0 11001 100101000 101111 110101

Color Harmonies of #B950C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B950C0

Black with #B950C0

Text Example


Text Example

White with #B950C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B950C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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