Html Css Color HEX #B23FA6 Fuchsia

📋 copy color: '#B23FA6'

red 178 ◦ green 63 ◦ blue 166

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

Shades of Fuchsia #B23FA6

Tints of Fuchsia #B23FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.79%

R = 43.73%
G = 15.48%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B23FA6 (or 0xB23FA6) is known color: Fuchsia. HEX triplet: B2, 3F and A6. RGB value is (178,63,166). Sum of RGB (Red+Green+Blue) = 178+63+166=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 63 (25% from 255 or 15.48% from 407); Blue value is 166 (65.23% from 255 or 40.79% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FA6 is #4DC059. Grayscale: #6C6C6C. Windows color (decimal): -5095514 or 10895282. OLE color: 10895282.

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

Color convert

RGB 178 63 166 -
CMYK 0 0.65 0.07 0.30
HSL 306.26º 0.48% 0.47% -
HSV(B) 306.26º 0.65% 0.7% -
XYZ 27.02 15.77 37.7 -
YUV 109.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 178 63 166 0 0.65 0.07 0.30 306.26 0.48 0.47
Hex B2 3F A6 0 41 7 1E 132 30 2F
Octal 262 77 246 0 101 7 36 462 60 57
Binary 10110010 111111 10100110 0 1000001 111 11110 100110010 110000 101111

Color Harmonies of #B23FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FA6

Black with #B23FA6

Text Example


Text Example

White with #B23FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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