Html Css Color HEX #B361C0 Fuchsia

📋 copy color: '#B361C0'

red 179 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #B361C0

Tints of Fuchsia #B361C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.73%

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

R = 38.25%
G = 20.73%
B = 41.03%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B361C0 (or 0xB361C0) is known color: Fuchsia. HEX triplet: B3, 61 and C0. RGB value is (179,97,192). Sum of RGB (Red+Green+Blue) = 179+97+192=468 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.25% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #B361C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B361C0 is #4C9E3F. Grayscale: #848484. Windows color (decimal): -5021248 or 12607923. OLE color: 12607923.

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

Color convert

RGB 179 97 192 -
CMYK 0.07 0.49 0 0.25
HSL 291.79º 0.43% 0.57% -
HSV(B) 291.79º 0.49% 0.75% -
XYZ 32.38 21.94 52.4 -
YUV 132.35 161.67 161.28 -
System Red Green Blue C M Y K H S L
Decimal 179 97 192 0.07 0.49 0 0.25 291.79 0.43 0.57
Hex B3 61 C0 7 31 0 19 124 2B 39
Octal 263 141 300 7 61 0 31 444 53 71
Binary 10110011 1100001 11000000 111 110001 0 11001 100100100 101011 111001

Color Harmonies of #B361C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B361C0

Black with #B361C0

Text Example


Text Example

White with #B361C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B361C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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