Html Css Color HEX #B250AB Fuchsia

📋 copy color: '#B250AB'

red 178 ◦ green 80 ◦ blue 171

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

Shades of Fuchsia #B250AB

Tints of Fuchsia #B250AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 41.49%
G = 18.65%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B250AB (or 0xB250AB) is known color: Fuchsia. HEX triplet: B2, 50 and AB. RGB value is (178,80,171). Sum of RGB (Red+Green+Blue) = 178+80+171=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 80 (31.64% from 255 or 18.65% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B250AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B250AB is #4DAF54. Grayscale: #777777. Windows color (decimal): -5091157 or 11227314. OLE color: 11227314.

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

Color convert

RGB 178 80 171 -
CMYK 0 0.55 0.04 0.30
HSL 304.29º 0.39% 0.51% -
HSV(B) 304.29º 0.55% 0.7% -
XYZ 28.58 18.14 40.52 -
YUV 119.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 178 80 171 0 0.55 0.04 0.30 304.29 0.39 0.51
Hex B2 50 AB 0 37 4 1E 130 27 33
Octal 262 120 253 0 67 4 36 460 47 63
Binary 10110010 1010000 10101011 0 110111 100 11110 100110000 100111 110011

Color Harmonies of #B250AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250AB

Black with #B250AB

Text Example


Text Example

White with #B250AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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