Html Css Color HEX #B250C1 Fuchsia

📋 copy color: '#B250C1'

red 178 ◦ green 80 ◦ blue 193

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

Shades of Fuchsia #B250C1

Tints of Fuchsia #B250C1

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

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

 BLUE value IS 193 (75.78% from 255) = 42.79%

R = 39.47%
G = 17.74%
B = 42.79%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B250C1 (or 0xB250C1) is known color: Fuchsia. HEX triplet: B2, 50 and C1. RGB value is (178,80,193). Sum of RGB (Red+Green+Blue) = 178+80+193=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 193 (75.78% from 255 or 42.79% from 451); Max value from RGB is 193 - color contains mainly: blue. Hex color #B250C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250C1 is #4DAF3E. Grayscale: #797979. Windows color (decimal): -5091135 or 12669106. OLE color: 12669106.

HSL color Cylindrical-coordinate representation of color #B250C1: hue angle of 292.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B250C1 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 80 193 -
CMYK 0.08 0.59 0 0.24
HSL 292.04º 0.48% 0.54% -
HSV(B) 292.04º 0.59% 0.76% -
XYZ 30.85 19.05 52.5 -
YUV 122.18 167.97 167.81 -
System Red Green Blue C M Y K H S L
Decimal 178 80 193 0.08 0.59 0 0.24 292.04 0.48 0.54
Hex B2 50 C1 8 3B 0 18 124 30 36
Octal 262 120 301 10 73 0 30 444 60 66
Binary 10110010 1010000 11000001 1000 111011 0 11000 100100100 110000 110110

Color Harmonies of #B250C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250C1

Black with #B250C1

Text Example


Text Example

White with #B250C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250C1; }

 p { color: rgb(178,80,193); }

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

background-color css

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

 a { background-color: rgb(178,80,193); }

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

border-color css

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

 span { border-color: rgb(178,80,193); }

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