Html Css Color HEX #B23BAA Fuchsia

📋 copy color: '#B23BAA'

red 178 ◦ green 59 ◦ blue 170

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

Shades of Fuchsia #B23BAA

Tints of Fuchsia #B23BAA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.5%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 43.73%
G = 14.5%
B = 41.77%

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

#B23BAA (or 0xB23BAA) is known color: Fuchsia. HEX triplet: B2, 3B and AA. RGB value is (178,59,170). Sum of RGB (Red+Green+Blue) = 178+59+170=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BAA is #4DC455. Grayscale: #6A6A6A. Windows color (decimal): -5096534 or 11156402. OLE color: 11156402.

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

Color convert

RGB 178 59 170 -
CMYK 0 0.67 0.04 0.30
HSL 304.03º 0.5% 0.46% -
HSV(B) 304.03º 0.67% 0.7% -
XYZ 27.18 15.5 39.59 -
YUV 107.24 163.42 178.47 -
System Red Green Blue C M Y K H S L
Decimal 178 59 170 0 0.67 0.04 0.30 304.03 0.5 0.46
Hex B2 3B AA 0 43 4 1E 130 32 2E
Octal 262 73 252 0 103 4 36 460 62 56
Binary 10110010 111011 10101010 0 1000011 100 11110 100110000 110010 101110

Color Harmonies of #B23BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BAA

Black with #B23BAA

Text Example


Text Example

White with #B23BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BAA; }

 p { color: rgb(178,59,170); }

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

background-color css

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

 a { background-color: rgb(178,59,170); }

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

border-color css

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

 span { border-color: rgb(178,59,170); }

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