Html Css Color HEX #B442A7 Fuchsia

📋 copy color: '#B442A7'

red 180 ◦ green 66 ◦ blue 167

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

Shades of Fuchsia #B442A7

Tints of Fuchsia #B442A7

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.98%

 BLUE value IS 167 (65.63% from 255) = 40.44%

R = 43.58%
G = 15.98%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B442A7 (or 0xB442A7) is known color: Fuchsia. HEX triplet: B4, 42 and A7. RGB value is (180,66,167). Sum of RGB (Red+Green+Blue) = 180+66+167=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 167 (65.62% from 255 or 40.44% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B442A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B442A7 is #4BBD58. Grayscale: #6F6F6F. Windows color (decimal): -4963673 or 10961588. OLE color: 10961588.

HSL color Cylindrical-coordinate representation of color #B442A7: hue angle of 306.84º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B442A7 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 167 -
CMYK 0 0.63 0.07 0.29
HSL 306.84º 0.46% 0.48% -
HSV(B) 306.84º 0.63% 0.71% -
XYZ 27.75 16.39 38.26 -
YUV 111.6 159.27 176.79 -
System Red Green Blue C M Y K H S L
Decimal 180 66 167 0 0.63 0.07 0.29 306.84 0.46 0.48
Hex B4 42 A7 0 3F 7 1D 133 2E 30
Octal 264 102 247 0 77 7 35 463 56 60
Binary 10110100 1000010 10100111 0 111111 111 11101 100110011 101110 110000

Color Harmonies of #B442A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442A7

Black with #B442A7

Text Example


Text Example

White with #B442A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442A7; }

 p { color: rgb(180,66,167); }

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

background-color css

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

 a { background-color: rgb(180,66,167); }

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

border-color css

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

 span { border-color: rgb(180,66,167); }

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