Html Css Color HEX #B23FAC Fuchsia

📋 copy color: '#B23FAC'

red 178 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #B23FAC

Tints of Fuchsia #B23FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 43.1%
G = 15.25%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B23FAC (or 0xB23FAC) is known color: Fuchsia. HEX triplet: B2, 3F and AC. RGB value is (178,63,172). Sum of RGB (Red+Green+Blue) = 178+63+172=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FAC is #4DC053. Grayscale: #6D6D6D. Windows color (decimal): -5095508 or 11288498. OLE color: 11288498.

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

Color convert

RGB 178 63 172 -
CMYK 0 0.65 0.03 0.30
HSL 303.13º 0.48% 0.47% -
HSV(B) 303.13º 0.65% 0.7% -
XYZ 27.58 16 40.66 -
YUV 109.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 178 63 172 0 0.65 0.03 0.30 303.13 0.48 0.47
Hex B2 3F AC 0 41 3 1E 12F 30 2F
Octal 262 77 254 0 101 3 36 457 60 57
Binary 10110010 111111 10101100 0 1000001 11 11110 100101111 110000 101111

Color Harmonies of #B23FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FAC

Black with #B23FAC

Text Example


Text Example

White with #B23FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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