Html Css Color HEX #B23CA6 Fuchsia

📋 copy color: '#B23CA6'

red 178 ◦ green 60 ◦ blue 166

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

Shades of Fuchsia #B23CA6

Tints of Fuchsia #B23CA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 44.06%
G = 14.85%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#B23CA6 (or 0xB23CA6) is known color: Fuchsia. HEX triplet: B2, 3C and A6. RGB value is (178,60,166). Sum of RGB (Red+Green+Blue) = 178+60+166=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CA6 is #4DC359. Grayscale: #6B6B6B. Windows color (decimal): -5096282 or 10894514. OLE color: 10894514.

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

Color convert

RGB 178 60 166 -
CMYK 0 0.66 0.07 0.30
HSL 306.1º 0.5% 0.47% -
HSV(B) 306.1º 0.66% 0.7% -
XYZ 26.86 15.45 37.64 -
YUV 107.37 161.09 178.38 -
System Red Green Blue C M Y K H S L
Decimal 178 60 166 0 0.66 0.07 0.30 306.1 0.5 0.47
Hex B2 3C A6 0 42 7 1E 132 32 2F
Octal 262 74 246 0 102 7 36 462 62 57
Binary 10110010 111100 10100110 0 1000010 111 11110 100110010 110010 101111

Color Harmonies of #B23CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CA6

Black with #B23CA6

Text Example


Text Example

White with #B23CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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