Html Css Color HEX #B23EAA Fuchsia

📋 copy color: '#B23EAA'

red 178 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #B23EAA

Tints of Fuchsia #B23EAA

RGB

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

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

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

R = 43.41%
G = 15.12%
B = 41.46%

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

#B23EAA (or 0xB23EAA) is known color: Fuchsia. HEX triplet: B2, 3E and AA. RGB value is (178,62,170). Sum of RGB (Red+Green+Blue) = 178+62+170=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B23EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23EAA is #4DC155. Grayscale: #6C6C6C. Windows color (decimal): -5095766 or 11157170. OLE color: 11157170.

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

Color convert

RGB 178 62 170 -
CMYK 0 0.65 0.04 0.30
HSL 304.14º 0.48% 0.47% -
HSV(B) 304.14º 0.65% 0.7% -
XYZ 27.34 15.81 39.64 -
YUV 109 162.43 177.22 -
System Red Green Blue C M Y K H S L
Decimal 178 62 170 0 0.65 0.04 0.30 304.14 0.48 0.47
Hex B2 3E AA 0 41 4 1E 130 30 2F
Octal 262 76 252 0 101 4 36 460 60 57
Binary 10110010 111110 10101010 0 1000001 100 11110 100110000 110000 101111

Color Harmonies of #B23EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23EAA

Black with #B23EAA

Text Example


Text Example

White with #B23EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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