Html Css Color HEX #B245AF Fuchsia

📋 copy color: '#B245AF'

red 178 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #B245AF

Tints of Fuchsia #B245AF

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.35%

 BLUE value IS 175 (68.75% from 255) = 41.47%

R = 42.18%
G = 16.35%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B245AF (or 0xB245AF) is known color: Fuchsia. HEX triplet: B2, 45 and AF. RGB value is (178,69,175). Sum of RGB (Red+Green+Blue) = 178+69+175=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B245AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B245AF is #4DBA50. Grayscale: #717171. Windows color (decimal): -5093969 or 11486642. OLE color: 11486642.

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

Color convert

RGB 178 69 175 -
CMYK 0 0.61 0.02 0.30
HSL 301.65º 0.44% 0.48% -
HSV(B) 301.65º 0.61% 0.7% -
XYZ 28.23 16.82 42.32 -
YUV 113.68 162.61 173.88 -
System Red Green Blue C M Y K H S L
Decimal 178 69 175 0 0.61 0.02 0.30 301.65 0.44 0.48
Hex B2 45 AF 0 3D 2 1E 12E 2C 30
Octal 262 105 257 0 75 2 36 456 54 60
Binary 10110010 1000101 10101111 0 111101 10 11110 100101110 101100 110000

Color Harmonies of #B245AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245AF

Black with #B245AF

Text Example


Text Example

White with #B245AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245AF; }

 p { color: rgb(178,69,175); }

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

background-color css

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

 a { background-color: rgb(178,69,175); }

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

border-color css

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

 span { border-color: rgb(178,69,175); }

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