Html Css Color HEX #B230A9 Fuchsia

📋 copy color: '#B230A9'

red 178 ◦ green 48 ◦ blue 169

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

Shades of Fuchsia #B230A9

Tints of Fuchsia #B230A9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.15%

 BLUE value IS 169 (66.41% from 255) = 42.78%

R = 45.06%
G = 12.15%
B = 42.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B230A9 (or 0xB230A9) is known color: Fuchsia. HEX triplet: B2, 30 and A9. RGB value is (178,48,169). Sum of RGB (Red+Green+Blue) = 178+48+169=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 169 (66.41% from 255 or 42.78% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B230A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B230A9 is #4DCF56. Grayscale: #646464. Windows color (decimal): -5099351 or 11088050. OLE color: 11088050.

HSL color Cylindrical-coordinate representation of color #B230A9: hue angle of 304.15º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B230A9 is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 169 -
CMYK 0 0.73 0.05 0.30
HSL 304.15º 0.58% 0.44% -
HSV(B) 304.15º 0.73% 0.7% -
XYZ 26.58 14.44 38.92 -
YUV 100.66 166.57 183.16 -
System Red Green Blue C M Y K H S L
Decimal 178 48 169 0 0.73 0.05 0.30 304.15 0.58 0.44
Hex B2 30 A9 0 49 5 1E 130 3A 2C
Octal 262 60 251 0 111 5 36 460 72 54
Binary 10110010 110000 10101001 0 1001001 101 11110 100110000 111010 101100

Color Harmonies of #B230A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B230A9

Black with #B230A9

Text Example


Text Example

White with #B230A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B230A9; }

 p { color: rgb(178,48,169); }

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

background-color css

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

 a { background-color: rgb(178,48,169); }

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

border-color css

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

 span { border-color: rgb(178,48,169); }

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