Html Css Color HEX #B23CB1 Fuchsia

📋 copy color: '#B23CB1'

red 178 ◦ green 60 ◦ blue 177

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

Shades of Fuchsia #B23CB1

Tints of Fuchsia #B23CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.65%

R = 42.89%
G = 14.46%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B23CB1 (or 0xB23CB1) is known color: Fuchsia. HEX triplet: B2, 3C and B1. RGB value is (178,60,177). Sum of RGB (Red+Green+Blue) = 178+60+177=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 177 (69.53% from 255 or 42.65% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B23CB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B23CB1 is #4DC34E. Grayscale: #6C6C6C. Windows color (decimal): -5096271 or 11615410. OLE color: 11615410.

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

Color convert

RGB 178 60 177 -
CMYK 0 0.66 0.01 0.30
HSL 300.51º 0.5% 0.47% -
HSV(B) 300.51º 0.66% 0.7% -
XYZ 27.91 15.87 43.19 -
YUV 108.62 166.59 177.49 -
System Red Green Blue C M Y K H S L
Decimal 178 60 177 0 0.66 0.01 0.30 300.51 0.5 0.47
Hex B2 3C B1 0 42 1 1E 12D 32 2F
Octal 262 74 261 0 102 1 36 455 62 57
Binary 10110010 111100 10110001 0 1000010 1 11110 100101101 110010 101111

Color Harmonies of #B23CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CB1

Black with #B23CB1

Text Example


Text Example

White with #B23CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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