Html Css Color HEX #B243C1 Fuchsia

📋 copy color: '#B243C1'

red 178 ◦ green 67 ◦ blue 193

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

Shades of Fuchsia #B243C1

Tints of Fuchsia #B243C1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.3%

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

R = 40.64%
G = 15.3%
B = 44.06%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B243C1 (or 0xB243C1) is known color: Fuchsia. HEX triplet: B2, 43 and C1. RGB value is (178,67,193). Sum of RGB (Red+Green+Blue) = 178+67+193=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #B243C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243C1 is #4DBC3E. Grayscale: #727272. Windows color (decimal): -5094463 or 12665778. OLE color: 12665778.

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

Color convert

RGB 178 67 193 -
CMYK 0.08 0.65 0 0.24
HSL 292.86º 0.5% 0.51% -
HSV(B) 292.86º 0.65% 0.76% -
XYZ 29.99 17.33 52.22 -
YUV 114.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 178 67 193 0.08 0.65 0 0.24 292.86 0.5 0.51
Hex B2 43 C1 8 41 0 18 125 32 33
Octal 262 103 301 10 101 0 30 445 62 63
Binary 10110010 1000011 11000001 1000 1000001 0 11000 100100101 110010 110011

Color Harmonies of #B243C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243C1

Black with #B243C1

Text Example


Text Example

White with #B243C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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