Html Css Color HEX #B442BE Fuchsia

📋 copy color: '#B442BE'

red 180 ◦ green 66 ◦ blue 190

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

Shades of Fuchsia #B442BE

Tints of Fuchsia #B442BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 41.28%
G = 15.14%
B = 43.58%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B442BE (or 0xB442BE) is known color: Fuchsia. HEX triplet: B4, 42 and BE. RGB value is (180,66,190). Sum of RGB (Red+Green+Blue) = 180+66+190=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #B442BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B442BE is #4BBD41. Grayscale: #717171. Windows color (decimal): -4963650 or 12468916. OLE color: 12468916.

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

Color convert

RGB 180 66 190 -
CMYK 0.05 0.65 0 0.25
HSL 295.16º 0.49% 0.5% -
HSV(B) 295.16º 0.65% 0.75% -
XYZ 30.06 17.32 50.47 -
YUV 114.22 170.77 174.92 -
System Red Green Blue C M Y K H S L
Decimal 180 66 190 0.05 0.65 0 0.25 295.16 0.49 0.5
Hex B4 42 BE 5 41 0 19 127 31 32
Octal 264 102 276 5 101 0 31 447 61 62
Binary 10110100 1000010 10111110 101 1000001 0 11001 100100111 110001 110010

Color Harmonies of #B442BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442BE

Black with #B442BE

Text Example


Text Example

White with #B442BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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