Html Css Color HEX #B23CAB Fuchsia

📋 copy color: '#B23CAB'

red 178 ◦ green 60 ◦ blue 171

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

Shades of Fuchsia #B23CAB

Tints of Fuchsia #B23CAB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.67%

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

R = 43.52%
G = 14.67%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B23CAB (or 0xB23CAB) is known color: Fuchsia. HEX triplet: B2, 3C and AB. RGB value is (178,60,171). Sum of RGB (Red+Green+Blue) = 178+60+171=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CAB is #4DC354. Grayscale: #6B6B6B. Windows color (decimal): -5096277 or 11222194. OLE color: 11222194.

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

Color convert

RGB 178 60 171 -
CMYK 0 0.66 0.04 0.30
HSL 303.56º 0.5% 0.47% -
HSV(B) 303.56º 0.66% 0.7% -
XYZ 27.33 15.64 40.11 -
YUV 107.94 163.59 177.97 -
System Red Green Blue C M Y K H S L
Decimal 178 60 171 0 0.66 0.04 0.30 303.56 0.5 0.47
Hex B2 3C AB 0 42 4 1E 130 32 2F
Octal 262 74 253 0 102 4 36 460 62 57
Binary 10110010 111100 10101011 0 1000010 100 11110 100110000 110010 101111

Color Harmonies of #B23CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CAB

Black with #B23CAB

Text Example


Text Example

White with #B23CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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