Html Css Color HEX #B23AAC Fuchsia

📋 copy color: '#B23AAC'

red 178 ◦ green 58 ◦ blue 172

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

Shades of Fuchsia #B23AAC

Tints of Fuchsia #B23AAC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.22%

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

R = 43.63%
G = 14.22%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B23AAC (or 0xB23AAC) is known color: Fuchsia. HEX triplet: B2, 3A and AC. RGB value is (178,58,172). Sum of RGB (Red+Green+Blue) = 178+58+172=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B23AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23AAC is #4DC553. Grayscale: #6A6A6A. Windows color (decimal): -5096788 or 11287218. OLE color: 11287218.

HSL color Cylindrical-coordinate representation of color #B23AAC: hue angle of 303º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23AAC is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 58 172 -
CMYK 0 0.67 0.03 0.30
HSL 303º 0.51% 0.46% -
HSV(B) 303º 0.67% 0.7% -
XYZ 27.32 15.47 40.58 -
YUV 106.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 178 58 172 0 0.67 0.03 0.30 303 0.51 0.46
Hex B2 3A AC 0 43 3 1E 12F 33 2E
Octal 262 72 254 0 103 3 36 457 63 56
Binary 10110010 111010 10101100 0 1000011 11 11110 100101111 110011 101110

Color Harmonies of #B23AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23AAC

Black with #B23AAC

Text Example


Text Example

White with #B23AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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