Html Css Color HEX #B360C0 Fuchsia

📋 copy color: '#B360C0'

red 179 ◦ green 96 ◦ blue 192

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

Shades of Fuchsia #B360C0

Tints of Fuchsia #B360C0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.56%

 BLUE value IS 192 (75.39% from 255) = 41.11%

R = 38.33%
G = 20.56%
B = 41.11%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B360C0 (or 0xB360C0) is known color: Fuchsia. HEX triplet: B3, 60 and C0. RGB value is (179,96,192). Sum of RGB (Red+Green+Blue) = 179+96+192=467 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.33% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #B360C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B360C0 is #4C9F3F. Grayscale: #838383. Windows color (decimal): -5021504 or 12607667. OLE color: 12607667.

HSL color Cylindrical-coordinate representation of color #B360C0: hue angle of 291.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B360C0 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 96 192 -
CMYK 0.07 0.50 0 0.25
HSL 291.88º 0.43% 0.56% -
HSV(B) 291.88º 0.5% 0.75% -
XYZ 32.29 21.76 52.37 -
YUV 131.76 162 161.69 -
System Red Green Blue C M Y K H S L
Decimal 179 96 192 0.07 0.50 0 0.25 291.88 0.43 0.56
Hex B3 60 C0 7 32 0 19 124 2B 38
Octal 263 140 300 7 62 0 31 444 53 70
Binary 10110011 1100000 11000000 111 110010 0 11001 100100100 101011 111000

Color Harmonies of #B360C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B360C0

Black with #B360C0

Text Example


Text Example

White with #B360C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B360C0; }

 p { color: rgb(179,96,192); }

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

background-color css

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

 a { background-color: rgb(179,96,192); }

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

border-color css

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

 span { border-color: rgb(179,96,192); }

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