Html Css Color HEX #B363B8 Fuchsia

📋 copy color: '#B363B8'

red 179 ◦ green 99 ◦ blue 184

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

Shades of Fuchsia #B363B8

Tints of Fuchsia #B363B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 38.74%
G = 21.43%
B = 39.83%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B363B8 (or 0xB363B8) is known color: Fuchsia. HEX triplet: B3, 63 and B8. RGB value is (179,99,184). Sum of RGB (Red+Green+Blue) = 179+99+184=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 184 - color contains mainly: blue. Hex color #B363B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B363B8 is #4C9C47. Grayscale: #848484. Windows color (decimal): -5020744 or 12084147. OLE color: 12084147.

HSL color Cylindrical-coordinate representation of color #B363B8: hue angle of 296.47º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B363B8 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 179 99 184 -
CMYK 0.03 0.46 0 0.28
HSL 296.47º 0.37% 0.55% -
HSV(B) 296.47º 0.46% 0.72% -
XYZ 31.7 21.97 47.92 -
YUV 132.61 157 161.09 -
System Red Green Blue C M Y K H S L
Decimal 179 99 184 0.03 0.46 0 0.28 296.47 0.37 0.55
Hex B3 63 B8 3 2E 0 1C 128 25 37
Octal 263 143 270 3 56 0 34 450 45 67
Binary 10110011 1100011 10111000 11 101110 0 11100 100101000 100101 110111

Color Harmonies of #B363B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B363B8

Black with #B363B8

Text Example


Text Example

White with #B363B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B363B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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