Html Css Color HEX #B23FA8 Fuchsia

📋 copy color: '#B23FA8'

red 178 ◦ green 63 ◦ blue 168

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

Shades of Fuchsia #B23FA8

Tints of Fuchsia #B23FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 43.52%
G = 15.4%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B23FA8 (or 0xB23FA8) is known color: Fuchsia. HEX triplet: B2, 3F and A8. RGB value is (178,63,168). Sum of RGB (Red+Green+Blue) = 178+63+168=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FA8 is #4DC057. Grayscale: #6D6D6D. Windows color (decimal): -5095512 or 11026354. OLE color: 11026354.

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

Color convert

RGB 178 63 168 -
CMYK 0 0.65 0.06 0.30
HSL 305.22º 0.48% 0.47% -
HSV(B) 305.22º 0.65% 0.7% -
XYZ 27.21 15.85 38.67 -
YUV 109.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 178 63 168 0 0.65 0.06 0.30 305.22 0.48 0.47
Hex B2 3F A8 0 41 6 1E 131 30 2F
Octal 262 77 250 0 101 6 36 461 60 57
Binary 10110010 111111 10101000 0 1000001 110 11110 100110001 110000 101111

Color Harmonies of #B23FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FA8

Black with #B23FA8

Text Example


Text Example

White with #B23FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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