Html Css Color HEX #B242AB Fuchsia

📋 copy color: '#B242AB'

red 178 ◦ green 66 ◦ blue 171

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

Shades of Fuchsia #B242AB

Tints of Fuchsia #B242AB

RGB

 RED value IS 178 (69.92% from 255) = 42.89%

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

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 42.89%
G = 15.9%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B242AB (or 0xB242AB) is known color: Fuchsia. HEX triplet: B2, 42 and AB. RGB value is (178,66,171). Sum of RGB (Red+Green+Blue) = 178+66+171=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 66 (26.17% from 255 or 15.90% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 178 - color contains mainly: red. Hex color #B242AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242AB is #4DBD54. Grayscale: #6F6F6F. Windows color (decimal): -5094741 or 11223730. OLE color: 11223730.

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

Color convert

RGB 178 66 171 -
CMYK 0 0.63 0.04 0.30
HSL 303.75º 0.46% 0.48% -
HSV(B) 303.75º 0.63% 0.7% -
XYZ 27.66 16.3 40.22 -
YUV 111.46 161.61 175.46 -
System Red Green Blue C M Y K H S L
Decimal 178 66 171 0 0.63 0.04 0.30 303.75 0.46 0.48
Hex B2 42 AB 0 3F 4 1E 130 2E 30
Octal 262 102 253 0 77 4 36 460 56 60
Binary 10110010 1000010 10101011 0 111111 100 11110 100110000 101110 110000

Color Harmonies of #B242AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242AB

Black with #B242AB

Text Example


Text Example

White with #B242AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242AB; }

 p { color: rgb(178,66,171); }

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

background-color css

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

 a { background-color: rgb(178,66,171); }

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

border-color css

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

 span { border-color: rgb(178,66,171); }

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