Html Css Color HEX #B245BA Fuchsia

📋 copy color: '#B245BA'

red 178 ◦ green 69 ◦ blue 186

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

Shades of Fuchsia #B245BA

Tints of Fuchsia #B245BA

RGB

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

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

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

R = 41.11%
G = 15.94%
B = 42.96%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B245BA (or 0xB245BA) is known color: Fuchsia. HEX triplet: B2, 45 and BA. RGB value is (178,69,186). Sum of RGB (Red+Green+Blue) = 178+69+186=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B245BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B245BA is #4DBA45. Grayscale: #727272. Windows color (decimal): -5093958 or 12207538. OLE color: 12207538.

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

Color convert

RGB 178 69 186 -
CMYK 0.04 0.63 0 0.27
HSL 295.9º 0.46% 0.5% -
HSV(B) 295.9º 0.63% 0.73% -
XYZ 29.35 17.27 48.24 -
YUV 114.93 168.11 172.99 -
System Red Green Blue C M Y K H S L
Decimal 178 69 186 0.04 0.63 0 0.27 295.9 0.46 0.5
Hex B2 45 BA 4 3F 0 1B 128 2E 32
Octal 262 105 272 4 77 0 33 450 56 62
Binary 10110010 1000101 10111010 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B245BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B245BA

Black with #B245BA

Text Example


Text Example

White with #B245BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B245BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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