Html Css Color HEX #B23BAB Fuchsia

📋 copy color: '#B23BAB'

red 178 ◦ green 59 ◦ blue 171

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

Shades of Fuchsia #B23BAB

Tints of Fuchsia #B23BAB

RGB

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

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

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

R = 43.63%
G = 14.46%
B = 41.91%

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

#B23BAB (or 0xB23BAB) is known color: Fuchsia. HEX triplet: B2, 3B and AB. RGB value is (178,59,171). Sum of RGB (Red+Green+Blue) = 178+59+171=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B23BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23BAB is #4DC454. Grayscale: #6B6B6B. Windows color (decimal): -5096533 or 11221938. OLE color: 11221938.

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

Color convert

RGB 178 59 171 -
CMYK 0 0.67 0.04 0.30
HSL 303.53º 0.5% 0.46% -
HSV(B) 303.53º 0.67% 0.7% -
XYZ 27.27 15.53 40.09 -
YUV 107.35 163.92 178.39 -
System Red Green Blue C M Y K H S L
Decimal 178 59 171 0 0.67 0.04 0.30 303.53 0.5 0.46
Hex B2 3B AB 0 43 4 1E 130 32 2E
Octal 262 73 253 0 103 4 36 460 62 56
Binary 10110010 111011 10101011 0 1000011 100 11110 100110000 110010 101110

Color Harmonies of #B23BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BAB

Black with #B23BAB

Text Example


Text Example

White with #B23BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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