Html Css Color HEX #B23EAC Fuchsia

📋 copy color: '#B23EAC'

red 178 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #B23EAC

Tints of Fuchsia #B23EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.05%

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

R = 43.2%
G = 15.05%
B = 41.75%

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

#B23EAC (or 0xB23EAC) is known color: Fuchsia. HEX triplet: B2, 3E and AC. RGB value is (178,62,172). Sum of RGB (Red+Green+Blue) = 178+62+172=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B23EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23EAC is #4DC153. Grayscale: #6C6C6C. Windows color (decimal): -5095764 or 11288242. OLE color: 11288242.

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

Color convert

RGB 178 62 172 -
CMYK 0 0.65 0.03 0.30
HSL 303.1º 0.48% 0.47% -
HSV(B) 303.1º 0.65% 0.7% -
XYZ 27.53 15.89 40.65 -
YUV 109.22 163.43 177.06 -
System Red Green Blue C M Y K H S L
Decimal 178 62 172 0 0.65 0.03 0.30 303.1 0.48 0.47
Hex B2 3E AC 0 41 3 1E 12F 30 2F
Octal 262 76 254 0 101 3 36 457 60 57
Binary 10110010 111110 10101100 0 1000001 11 11110 100101111 110000 101111

Color Harmonies of #B23EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EAC

Black with #B23EAC

Text Example


Text Example

White with #B23EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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