Html Css Color HEX #B23FAA Fuchsia

📋 copy color: '#B23FAA'

red 178 ◦ green 63 ◦ blue 170

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

Shades of Fuchsia #B23FAA

Tints of Fuchsia #B23FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 15.33%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 43.31%
G = 15.33%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B23FAA (or 0xB23FAA) is known color: Fuchsia. HEX triplet: B2, 3F and AA. RGB value is (178,63,170). Sum of RGB (Red+Green+Blue) = 178+63+170=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FAA is #4DC055. Grayscale: #6D6D6D. Windows color (decimal): -5095510 or 11157426. OLE color: 11157426.

HSL color Cylindrical-coordinate representation of color #B23FAA: hue angle of 304.17º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B23FAA is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 63 170 -
CMYK 0 0.65 0.04 0.30
HSL 304.17º 0.48% 0.47% -
HSV(B) 304.17º 0.65% 0.7% -
XYZ 27.39 15.92 39.66 -
YUV 109.58 162.1 176.8 -
System Red Green Blue C M Y K H S L
Decimal 178 63 170 0 0.65 0.04 0.30 304.17 0.48 0.47
Hex B2 3F AA 0 41 4 1E 130 30 2F
Octal 262 77 252 0 101 4 36 460 60 57
Binary 10110010 111111 10101010 0 1000001 100 11110 100110000 110000 101111

Color Harmonies of #B23FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FAA

Black with #B23FAA

Text Example


Text Example

White with #B23FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FAA; }

 p { color: rgb(178,63,170); }

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

background-color css

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

 a { background-color: rgb(178,63,170); }

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

border-color css

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

 span { border-color: rgb(178,63,170); }

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