Html Css Color HEX #B470BD Fuchsia

📋 copy color: '#B470BD'

red 180 ◦ green 112 ◦ blue 189

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

Shades of Fuchsia #B470BD

Tints of Fuchsia #B470BD

RGB

 RED value IS 180 (70.7% from 255) = 37.42%

 GREEN value IS 112 (44.14% from 255) = 23.28%

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

R = 37.42%
G = 23.28%
B = 39.29%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B470BD (or 0xB470BD) is known color: Fuchsia. HEX triplet: B4, 70 and BD. RGB value is (180,112,189). Sum of RGB (Red+Green+Blue) = 180+112+189=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 189 (74.22% from 255 or 39.29% from 481); Max value from RGB is 189 - color contains mainly: blue. Hex color #B470BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470BD is #4B8F42. Grayscale: #8C8C8C. Windows color (decimal): -4951875 or 12415156. OLE color: 12415156.

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

Color convert

RGB 180 112 189 -
CMYK 0.05 0.41 0 0.26
HSL 292.99º 0.37% 0.59% -
HSV(B) 292.99º 0.41% 0.74% -
XYZ 33.8 24.97 51.18 -
YUV 141.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 180 112 189 0.05 0.41 0 0.26 292.99 0.37 0.59
Hex B4 70 BD 5 29 0 1A 125 25 3B
Octal 264 160 275 5 51 0 32 445 45 73
Binary 10110100 1110000 10111101 101 101001 0 11010 100100101 100101 111011

Color Harmonies of #B470BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B470BD

Black with #B470BD

Text Example


Text Example

White with #B470BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B470BD; }

 p { color: rgb(180,112,189); }

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

background-color css

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

 a { background-color: rgb(180,112,189); }

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

border-color css

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

 span { border-color: rgb(180,112,189); }

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