Html Css Color HEX #B228AD Fuchsia

📋 copy color: '#B228AD'

red 178 ◦ green 40 ◦ blue 173

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

Shades of Fuchsia #B228AD

Tints of Fuchsia #B228AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.23%

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 45.52%
G = 10.23%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B228AD (or 0xB228AD) is known color: Fuchsia. HEX triplet: B2, 28 and AD. RGB value is (178,40,173). Sum of RGB (Red+Green+Blue) = 178+40+173=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B228AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B228AD is #4DD752. Grayscale: #606060. Windows color (decimal): -5101395 or 11348146. OLE color: 11348146.

HSL color Cylindrical-coordinate representation of color #B228AD: hue angle of 302.17º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B228AD is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 40 173 -
CMYK 0 0.78 0.03 0.30
HSL 302.17º 0.63% 0.43% -
HSV(B) 302.17º 0.78% 0.7% -
XYZ 26.66 14 40.83 -
YUV 96.42 171.22 186.19 -
System Red Green Blue C M Y K H S L
Decimal 178 40 173 0 0.78 0.03 0.30 302.17 0.63 0.43
Hex B2 28 AD 0 4E 3 1E 12E 3F 2B
Octal 262 50 255 0 116 3 36 456 77 53
Binary 10110010 101000 10101101 0 1001110 11 11110 100101110 111111 101011

Color Harmonies of #B228AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B228AD

Black with #B228AD

Text Example


Text Example

White with #B228AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B228AD; }

 p { color: rgb(178,40,173); }

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

background-color css

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

 a { background-color: rgb(178,40,173); }

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

border-color css

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

 span { border-color: rgb(178,40,173); }

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