Html Css Color HEX #B243BD Fuchsia

📋 copy color: '#B243BD'

red 178 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #B243BD

Tints of Fuchsia #B243BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 41.01%
G = 15.44%
B = 43.55%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B243BD (or 0xB243BD) is known color: Fuchsia. HEX triplet: B2, 43 and BD. RGB value is (178,67,189). Sum of RGB (Red+Green+Blue) = 178+67+189=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #B243BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B243BD is #4DBC42. Grayscale: #717171. Windows color (decimal): -5094467 or 12403634. OLE color: 12403634.

HSL color Cylindrical-coordinate representation of color #B243BD: hue angle of 294.59º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B243BD is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 67 189 -
CMYK 0.06 0.65 0 0.26
HSL 294.59º 0.48% 0.5% -
HSV(B) 294.59º 0.65% 0.74% -
XYZ 29.55 17.15 49.9 -
YUV 114.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 178 67 189 0.06 0.65 0 0.26 294.59 0.48 0.5
Hex B2 43 BD 6 41 0 1A 127 30 32
Octal 262 103 275 6 101 0 32 447 60 62
Binary 10110010 1000011 10111101 110 1000001 0 11010 100100111 110000 110010

Color Harmonies of #B243BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B243BD

Black with #B243BD

Text Example


Text Example

White with #B243BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B243BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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