Html Css Color HEX #B23DAC Fuchsia

📋 copy color: '#B23DAC'

red 178 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #B23DAC

Tints of Fuchsia #B23DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 43.31%
G = 14.84%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B23DAC (or 0xB23DAC) is known color: Fuchsia. HEX triplet: B2, 3D and AC. RGB value is (178,61,172). Sum of RGB (Red+Green+Blue) = 178+61+172=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B23DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23DAC is #4DC253. Grayscale: #6C6C6C. Windows color (decimal): -5096020 or 11287986. OLE color: 11287986.

HSL color Cylindrical-coordinate representation of color #B23DAC: hue angle of 303.08º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B23DAC is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 172 -
CMYK 0 0.66 0.03 0.30
HSL 303.08º 0.49% 0.47% -
HSV(B) 303.08º 0.66% 0.7% -
XYZ 27.48 15.78 40.63 -
YUV 108.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 178 61 172 0 0.66 0.03 0.30 303.08 0.49 0.47
Hex B2 3D AC 0 42 3 1E 12F 31 2F
Octal 262 75 254 0 102 3 36 457 61 57
Binary 10110010 111101 10101100 0 1000010 11 11110 100101111 110001 101111

Color Harmonies of #B23DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DAC

Black with #B23DAC

Text Example


Text Example

White with #B23DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DAC; }

 p { color: rgb(178,61,172); }

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

background-color css

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

 a { background-color: rgb(178,61,172); }

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

border-color css

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

 span { border-color: rgb(178,61,172); }

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