Html Css Color HEX #B363C1 Fuchsia

📋 copy color: '#B363C1'

red 179 ◦ green 99 ◦ blue 193

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

Shades of Fuchsia #B363C1

Tints of Fuchsia #B363C1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

 BLUE value IS 193 (75.78% from 255) = 40.98%

R = 38%
G = 21.02%
B = 40.98%

CMYK

 C value IS 0.07

 M value IS 0.49

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B363C1 (or 0xB363C1) is known color: Fuchsia. HEX triplet: B3, 63 and C1. RGB value is (179,99,193). Sum of RGB (Red+Green+Blue) = 179+99+193=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #B363C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363C1 is #4C9C3E. Grayscale: #858585. Windows color (decimal): -5020735 or 12673971. OLE color: 12673971.

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

Color convert

RGB 179 99 193 -
CMYK 0.07 0.49 0 0.24
HSL 291.06º 0.43% 0.57% -
HSV(B) 291.06º 0.49% 0.76% -
XYZ 32.68 22.36 53.05 -
YUV 133.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 179 99 193 0.07 0.49 0 0.24 291.06 0.43 0.57
Hex B3 63 C1 7 31 0 18 123 2B 39
Octal 263 143 301 7 61 0 30 443 53 71
Binary 10110011 1100011 11000001 111 110001 0 11000 100100011 101011 111001

Color Harmonies of #B363C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363C1

Black with #B363C1

Text Example


Text Example

White with #B363C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363C1; }

 p { color: rgb(179,99,193); }

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

background-color css

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

 a { background-color: rgb(179,99,193); }

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

border-color css

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

 span { border-color: rgb(179,99,193); }

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