Html Css Color HEX #B340BD Fuchsia

📋 copy color: '#B340BD'

red 179 ◦ green 64 ◦ blue 189

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

Shades of Fuchsia #B340BD

Tints of Fuchsia #B340BD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.81%

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

R = 41.44%
G = 14.81%
B = 43.75%

CMYK

 C value IS 0.05

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B340BD (or 0xB340BD) is known color: Fuchsia. HEX triplet: B3, 40 and BD. RGB value is (179,64,189). Sum of RGB (Red+Green+Blue) = 179+64+189=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #B340BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B340BD is #4CBF42. Grayscale: #707070. Windows color (decimal): -5029699 or 12402867. OLE color: 12402867.

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

Color convert

RGB 179 64 189 -
CMYK 0.05 0.66 0 0.26
HSL 295.2º 0.49% 0.5% -
HSV(B) 295.2º 0.66% 0.74% -
XYZ 29.61 16.92 49.85 -
YUV 112.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 179 64 189 0.05 0.66 0 0.26 295.2 0.49 0.5
Hex B3 40 BD 5 42 0 1A 127 31 32
Octal 263 100 275 5 102 0 32 447 61 62
Binary 10110011 1000000 10111101 101 1000010 0 11010 100100111 110001 110010

Color Harmonies of #B340BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B340BD

Black with #B340BD

Text Example


Text Example

White with #B340BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B340BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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