Html Css Color HEX #B23AAB Fuchsia

📋 copy color: '#B23AAB'

red 178 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #B23AAB

Tints of Fuchsia #B23AAB

RGB

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

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

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

R = 43.73%
G = 14.25%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B23AAB (or 0xB23AAB) is known color: Fuchsia. HEX triplet: B2, 3A and AB. RGB value is (178,58,171). Sum of RGB (Red+Green+Blue) = 178+58+171=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B23AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23AAB is #4DC554. Grayscale: #6A6A6A. Windows color (decimal): -5096789 or 11221682. OLE color: 11221682.

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

Color convert

RGB 178 58 171 -
CMYK 0 0.67 0.04 0.30
HSL 303.5º 0.51% 0.46% -
HSV(B) 303.5º 0.67% 0.7% -
XYZ 27.22 15.43 40.07 -
YUV 106.76 164.26 178.81 -
System Red Green Blue C M Y K H S L
Decimal 178 58 171 0 0.67 0.04 0.30 303.5 0.51 0.46
Hex B2 3A AB 0 43 4 1E 130 33 2E
Octal 262 72 253 0 103 4 36 460 63 56
Binary 10110010 111010 10101011 0 1000011 100 11110 100110000 110011 101110

Color Harmonies of #B23AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23AAB

Black with #B23AAB

Text Example


Text Example

White with #B23AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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