Html Css Color HEX #B442BA Fuchsia

📋 copy color: '#B442BA'

red 180 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B442BA

Tints of Fuchsia #B442BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.06%

R = 41.67%
G = 15.28%
B = 43.06%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B442BA (or 0xB442BA) is known color: Fuchsia. HEX triplet: B4, 42 and BA. RGB value is (180,66,186). Sum of RGB (Red+Green+Blue) = 180+66+186=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #B442BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442BA is #4BBD45. Grayscale: #717171. Windows color (decimal): -4963654 or 12206772. OLE color: 12206772.

HSL color Cylindrical-coordinate representation of color #B442BA: hue angle of 297º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B442BA is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 66 186 -
CMYK 0.03 0.65 0 0.27
HSL 297º 0.48% 0.49% -
HSV(B) 297º 0.65% 0.73% -
XYZ 29.63 17.14 48.2 -
YUV 113.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 180 66 186 0.03 0.65 0 0.27 297 0.48 0.49
Hex B4 42 BA 3 41 0 1B 129 30 31
Octal 264 102 272 3 101 0 33 451 60 61
Binary 10110100 1000010 10111010 11 1000001 0 11011 100101001 110000 110001

Color Harmonies of #B442BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442BA

Black with #B442BA

Text Example


Text Example

White with #B442BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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