Html Css Color HEX #B250AF Fuchsia

📋 copy color: '#B250AF'

red 178 ◦ green 80 ◦ blue 175

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

Shades of Fuchsia #B250AF

Tints of Fuchsia #B250AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.42%

R = 41.11%
G = 18.48%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B250AF (or 0xB250AF) is known color: Fuchsia. HEX triplet: B2, 50 and AF. RGB value is (178,80,175). Sum of RGB (Red+Green+Blue) = 178+80+175=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 80 (31.64% from 255 or 18.48% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 178 - color contains mainly: red. Hex color #B250AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250AF is #4DAF50. Grayscale: #777777. Windows color (decimal): -5091153 or 11489458. OLE color: 11489458.

HSL color Cylindrical-coordinate representation of color #B250AF: hue angle of 301.84º 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 #B250AF is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 175 -
CMYK 0 0.55 0.02 0.30
HSL 301.84º 0.39% 0.51% -
HSV(B) 301.84º 0.55% 0.7% -
XYZ 28.97 18.3 42.56 -
YUV 120.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 178 80 175 0 0.55 0.02 0.30 301.84 0.39 0.51
Hex B2 50 AF 0 37 2 1E 12E 27 33
Octal 262 120 257 0 67 2 36 456 47 63
Binary 10110010 1010000 10101111 0 110111 10 11110 100101110 100111 110011

Color Harmonies of #B250AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250AF

Black with #B250AF

Text Example


Text Example

White with #B250AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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