Html Css Color HEX #B250AC Fuchsia

📋 copy color: '#B250AC'

red 178 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #B250AC

Tints of Fuchsia #B250AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40%

R = 41.4%
G = 18.6%
B = 40%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B250AC (or 0xB250AC) is known color: Fuchsia. HEX triplet: B2, 50 and AC. RGB value is (178,80,172). Sum of RGB (Red+Green+Blue) = 178+80+172=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B250AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250AC is #4DAF53. Grayscale: #777777. Windows color (decimal): -5091156 or 11292850. OLE color: 11292850.

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

Color convert

RGB 178 80 172 -
CMYK 0 0.55 0.03 0.30
HSL 303.67º 0.39% 0.51% -
HSV(B) 303.67º 0.55% 0.7% -
XYZ 28.68 18.18 41.03 -
YUV 119.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 178 80 172 0 0.55 0.03 0.30 303.67 0.39 0.51
Hex B2 50 AC 0 37 3 1E 130 27 33
Octal 262 120 254 0 67 3 36 460 47 63
Binary 10110010 1010000 10101100 0 110111 11 11110 100110000 100111 110011

Color Harmonies of #B250AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250AC

Black with #B250AC

Text Example


Text Example

White with #B250AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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