Html Css Color HEX #B23BC1 Fuchsia

📋 copy color: '#B23BC1'

red 178 ◦ green 59 ◦ blue 193

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

Shades of Fuchsia #B23BC1

Tints of Fuchsia #B23BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 41.4%
G = 13.72%
B = 44.88%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B23BC1 (or 0xB23BC1) is known color: Fuchsia. HEX triplet: B2, 3B and C1. RGB value is (178,59,193). Sum of RGB (Red+Green+Blue) = 178+59+193=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #B23BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23BC1 is #4DC43E. Grayscale: #6D6D6D. Windows color (decimal): -5096511 or 12663730. OLE color: 12663730.

HSL color Cylindrical-coordinate representation of color #B23BC1: hue angle of 293.28º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23BC1 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 59 193 -
CMYK 0.08 0.69 0 0.24
HSL 293.28º 0.53% 0.49% -
HSV(B) 293.28º 0.69% 0.76% -
XYZ 29.55 16.44 52.07 -
YUV 109.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 178 59 193 0.08 0.69 0 0.24 293.28 0.53 0.49
Hex B2 3B C1 8 45 0 18 125 35 31
Octal 262 73 301 10 105 0 30 445 65 61
Binary 10110010 111011 11000001 1000 1000101 0 11000 100100101 110101 110001

Color Harmonies of #B23BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23BC1

Black with #B23BC1

Text Example


Text Example

White with #B23BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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