Html Css Color HEX #B23FAB Fuchsia

📋 copy color: '#B23FAB'

red 178 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #B23FAB

Tints of Fuchsia #B23FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 43.2%
G = 15.29%
B = 41.5%

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

#B23FAB (or 0xB23FAB) is known color: Fuchsia. HEX triplet: B2, 3F and AB. RGB value is (178,63,171). Sum of RGB (Red+Green+Blue) = 178+63+171=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 63 (25% from 255 or 15.29% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B23FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23FAB is #4DC054. Grayscale: #6D6D6D. Windows color (decimal): -5095509 or 11222962. OLE color: 11222962.

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

Color convert

RGB 178 63 171 -
CMYK 0 0.65 0.04 0.30
HSL 303.65º 0.48% 0.47% -
HSV(B) 303.65º 0.65% 0.7% -
XYZ 27.49 15.96 40.16 -
YUV 109.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 178 63 171 0 0.65 0.04 0.30 303.65 0.48 0.47
Hex B2 3F AB 0 41 4 1E 130 30 2F
Octal 262 77 253 0 101 4 36 460 60 57
Binary 10110010 111111 10101011 0 1000001 100 11110 100110000 110000 101111

Color Harmonies of #B23FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FAB

Black with #B23FAB

Text Example


Text Example

White with #B23FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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