Html Css Color HEX #B23ABA Fuchsia

📋 copy color: '#B23ABA'

red 178 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #B23ABA

Tints of Fuchsia #B23ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 42.18%
G = 13.74%
B = 44.08%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B23ABA (or 0xB23ABA) is known color: Fuchsia. HEX triplet: B2, 3A and BA. RGB value is (178,58,186). Sum of RGB (Red+Green+Blue) = 178+58+186=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #B23ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ABA is #4DC545. Grayscale: #6C6C6C. Windows color (decimal): -5096774 or 12204722. OLE color: 12204722.

HSL color Cylindrical-coordinate representation of color #B23ABA: hue angle of 296.25º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23ABA is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 58 186 -
CMYK 0.04 0.69 0 0.27
HSL 296.25º 0.52% 0.48% -
HSV(B) 296.25º 0.69% 0.73% -
XYZ 28.74 16.04 48.04 -
YUV 108.47 171.76 177.59 -
System Red Green Blue C M Y K H S L
Decimal 178 58 186 0.04 0.69 0 0.27 296.25 0.52 0.48
Hex B2 3A BA 4 45 0 1B 128 34 30
Octal 262 72 272 4 105 0 33 450 64 60
Binary 10110010 111010 10111010 100 1000101 0 11011 100101000 110100 110000

Color Harmonies of #B23ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23ABA

Black with #B23ABA

Text Example


Text Example

White with #B23ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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