Html Css Color HEX #B23AAF Fuchsia

📋 copy color: '#B23AAF'

red 178 ◦ green 58 ◦ blue 175

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

Shades of Fuchsia #B23AAF

Tints of Fuchsia #B23AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 43.31%
G = 14.11%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B23AAF (or 0xB23AAF) is known color: Fuchsia. HEX triplet: B2, 3A and AF. RGB value is (178,58,175). Sum of RGB (Red+Green+Blue) = 178+58+175=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B23AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23AAF is #4DC550. Grayscale: #6A6A6A. Windows color (decimal): -5096785 or 11483826. OLE color: 11483826.

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

Color convert

RGB 178 58 175 -
CMYK 0 0.67 0.02 0.30
HSL 301.5º 0.51% 0.46% -
HSV(B) 301.5º 0.67% 0.7% -
XYZ 27.61 15.59 42.11 -
YUV 107.22 166.26 178.49 -
System Red Green Blue C M Y K H S L
Decimal 178 58 175 0 0.67 0.02 0.30 301.5 0.51 0.46
Hex B2 3A AF 0 43 2 1E 12E 33 2E
Octal 262 72 257 0 103 2 36 456 63 56
Binary 10110010 111010 10101111 0 1000011 10 11110 100101110 110011 101110

Color Harmonies of #B23AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23AAF

Black with #B23AAF

Text Example


Text Example

White with #B23AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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