Html Css Color HEX #B227AD Fuchsia

📋 copy color: '#B227AD'

red 178 ◦ green 39 ◦ blue 173

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

Shades of Fuchsia #B227AD

Tints of Fuchsia #B227AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10%

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

R = 45.64%
G = 10%
B = 44.36%

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

#B227AD (or 0xB227AD) is known color: Fuchsia. HEX triplet: B2, 27 and AD. RGB value is (178,39,173). Sum of RGB (Red+Green+Blue) = 178+39+173=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B227AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227AD is #4DD852. Grayscale: #5F5F5F. Windows color (decimal): -5101651 or 11347890. OLE color: 11347890.

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

Color convert

RGB 178 39 173 -
CMYK 0 0.78 0.03 0.30
HSL 302.16º 0.64% 0.43% -
HSV(B) 302.16º 0.78% 0.7% -
XYZ 26.63 13.93 40.82 -
YUV 95.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 178 39 173 0 0.78 0.03 0.30 302.16 0.64 0.43
Hex B2 27 AD 0 4E 3 1E 12E 40 2B
Octal 262 47 255 0 116 3 36 456 100 53
Binary 10110010 100111 10101101 0 1001110 11 11110 100101110 1000000 101011

Color Harmonies of #B227AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B227AD

Black with #B227AD

Text Example


Text Example

White with #B227AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B227AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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