Html Css Color HEX #B343BD Fuchsia

📋 copy color: '#B343BD'

red 179 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #B343BD

Tints of Fuchsia #B343BD

RGB

 RED value IS 179 (70.31% from 255) = 41.15%

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

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

R = 41.15%
G = 15.4%
B = 43.45%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B343BD (or 0xB343BD) is known color: Fuchsia. HEX triplet: B3, 43 and BD. RGB value is (179,67,189). Sum of RGB (Red+Green+Blue) = 179+67+189=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #B343BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B343BD is #4CBC42. Grayscale: #727272. Windows color (decimal): -5028931 or 12403635. OLE color: 12403635.

HSL color Cylindrical-coordinate representation of color #B343BD: hue angle of 295.08º 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 #B343BD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 67 189 -
CMYK 0.05 0.65 0 0.26
HSL 295.08º 0.48% 0.5% -
HSV(B) 295.08º 0.65% 0.74% -
XYZ 29.78 17.27 49.91 -
YUV 114.4 170.11 174.08 -
System Red Green Blue C M Y K H S L
Decimal 179 67 189 0.05 0.65 0 0.26 295.08 0.48 0.5
Hex B3 43 BD 5 41 0 1A 127 30 32
Octal 263 103 275 5 101 0 32 447 60 62
Binary 10110011 1000011 10111101 101 1000001 0 11010 100100111 110000 110010

Color Harmonies of #B343BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B343BD

Black with #B343BD

Text Example


Text Example

White with #B343BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B343BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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