Html Css Color HEX #B243C0 Fuchsia

📋 copy color: '#B243C0'

red 178 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #B243C0

Tints of Fuchsia #B243C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.94%

R = 40.73%
G = 15.33%
B = 43.94%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B243C0 (or 0xB243C0) is known color: Fuchsia. HEX triplet: B2, 43 and C0. RGB value is (178,67,192). Sum of RGB (Red+Green+Blue) = 178+67+192=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 67 (26.56% from 255 or 15.33% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #B243C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243C0 is #4DBC3F. Grayscale: #727272. Windows color (decimal): -5094464 or 12600242. OLE color: 12600242.

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

Color convert

RGB 178 67 192 -
CMYK 0.07 0.65 0 0.25
HSL 293.28º 0.5% 0.51% -
HSV(B) 293.28º 0.65% 0.75% -
XYZ 29.88 17.29 51.63 -
YUV 114.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 178 67 192 0.07 0.65 0 0.25 293.28 0.5 0.51
Hex B2 43 C0 7 41 0 19 125 32 33
Octal 262 103 300 7 101 0 31 445 62 63
Binary 10110010 1000011 11000000 111 1000001 0 11001 100100101 110010 110011

Color Harmonies of #B243C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243C0

Black with #B243C0

Text Example


Text Example

White with #B243C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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