Html Css Color HEX #B243C3 Fuchsia

📋 copy color: '#B243C3'

red 178 ◦ green 67 ◦ blue 195

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

Shades of Fuchsia #B243C3

Tints of Fuchsia #B243C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.32%

R = 40.45%
G = 15.23%
B = 44.32%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B243C3 (or 0xB243C3) is known color: Fuchsia. HEX triplet: B2, 43 and C3. RGB value is (178,67,195). Sum of RGB (Red+Green+Blue) = 178+67+195=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 67 (26.56% from 255 or 15.23% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 195 - color contains mainly: blue. Hex color #B243C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243C3 is #4DBC3C. Grayscale: #727272. Windows color (decimal): -5094461 or 12796850. OLE color: 12796850.

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

Color convert

RGB 178 67 195 -
CMYK 0.09 0.66 0 0.24
HSL 292.03º 0.52% 0.51% -
HSV(B) 292.03º 0.66% 0.76% -
XYZ 30.22 17.42 53.4 -
YUV 114.78 173.27 173.09 -
System Red Green Blue C M Y K H S L
Decimal 178 67 195 0.09 0.66 0 0.24 292.03 0.52 0.51
Hex B2 43 C3 9 42 0 18 124 34 33
Octal 262 103 303 11 102 0 30 444 64 63
Binary 10110010 1000011 11000011 1001 1000010 0 11000 100100100 110100 110011

Color Harmonies of #B243C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243C3

Black with #B243C3

Text Example


Text Example

White with #B243C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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