Html Css Color HEX #B23BAE Fuchsia

📋 copy color: '#B23BAE'

red 178 ◦ green 59 ◦ blue 174

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

Shades of Fuchsia #B23BAE

Tints of Fuchsia #B23BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 43.31%
G = 14.36%
B = 42.34%

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

#B23BAE (or 0xB23BAE) is known color: Fuchsia. HEX triplet: B2, 3B and AE. RGB value is (178,59,174). Sum of RGB (Red+Green+Blue) = 178+59+174=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BAE is #4DC451. Grayscale: #6B6B6B. Windows color (decimal): -5096530 or 11418546. OLE color: 11418546.

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

Color convert

RGB 178 59 174 -
CMYK 0 0.67 0.02 0.30
HSL 302.02º 0.5% 0.46% -
HSV(B) 302.02º 0.67% 0.7% -
XYZ 27.56 15.65 41.61 -
YUV 107.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 178 59 174 0 0.67 0.02 0.30 302.02 0.5 0.46
Hex B2 3B AE 0 43 2 1E 12E 32 2E
Octal 262 73 256 0 103 2 36 456 62 56
Binary 10110010 111011 10101110 0 1000011 10 11110 100101110 110010 101110

Color Harmonies of #B23BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BAE

Black with #B23BAE

Text Example


Text Example

White with #B23BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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