Html Css Color HEX #B250B1 Fuchsia

📋 copy color: '#B250B1'

red 178 ◦ green 80 ◦ blue 177

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

Shades of Fuchsia #B250B1

Tints of Fuchsia #B250B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 40.92%
G = 18.39%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B250B1 (or 0xB250B1) is known color: Fuchsia. HEX triplet: B2, 50 and B1. RGB value is (178,80,177). Sum of RGB (Red+Green+Blue) = 178+80+177=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 178 - color contains mainly: red. Hex color #B250B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250B1 is #4DAF4E. Grayscale: #787878. Windows color (decimal): -5091151 or 11620530. OLE color: 11620530.

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

Color convert

RGB 178 80 177 -
CMYK 0 0.55 0.01 0.30
HSL 300.61º 0.39% 0.51% -
HSV(B) 300.61º 0.55% 0.7% -
XYZ 29.16 18.38 43.6 -
YUV 120.36 159.97 169.11 -
System Red Green Blue C M Y K H S L
Decimal 178 80 177 0 0.55 0.01 0.30 300.61 0.39 0.51
Hex B2 50 B1 0 37 1 1E 12D 27 33
Octal 262 120 261 0 67 1 36 455 47 63
Binary 10110010 1010000 10110001 0 110111 1 11110 100101101 100111 110011

Color Harmonies of #B250B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250B1

Black with #B250B1

Text Example


Text Example

White with #B250B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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