Html Css Color HEX #B362BA Fuchsia

📋 copy color: '#B362BA'

red 179 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #B362BA

Tints of Fuchsia #B362BA

RGB

 RED value IS 179 (70.31% from 255) = 38.66%

 GREEN value IS 98 (38.67% from 255) = 21.17%

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

R = 38.66%
G = 21.17%
B = 40.17%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B362BA (or 0xB362BA) is known color: Fuchsia. HEX triplet: B3, 62 and BA. RGB value is (179,98,186). Sum of RGB (Red+Green+Blue) = 179+98+186=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: blue. Hex color #B362BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B362BA is #4C9D45. Grayscale: #838383. Windows color (decimal): -5020998 or 12214963. OLE color: 12214963.

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

Color convert

RGB 179 98 186 -
CMYK 0.04 0.47 0 0.27
HSL 295.23º 0.39% 0.56% -
HSV(B) 295.23º 0.47% 0.73% -
XYZ 31.82 21.86 49 -
YUV 132.25 158.34 161.34 -
System Red Green Blue C M Y K H S L
Decimal 179 98 186 0.04 0.47 0 0.27 295.23 0.39 0.56
Hex B3 62 BA 4 2F 0 1B 127 27 38
Octal 263 142 272 4 57 0 33 447 47 70
Binary 10110011 1100010 10111010 100 101111 0 11011 100100111 100111 111000

Color Harmonies of #B362BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B362BA

Black with #B362BA

Text Example


Text Example

White with #B362BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B362BA; }

 p { color: rgb(179,98,186); }

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

background-color css

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

 a { background-color: rgb(179,98,186); }

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

border-color css

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

 span { border-color: rgb(179,98,186); }

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