Html Css Color HEX #B64EC0 Fuchsia

📋 copy color: '#B64EC0'

red 182 ◦ green 78 ◦ blue 192

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

Shades of Fuchsia #B64EC0

Tints of Fuchsia #B64EC0

RGB

 RED value IS 182 (71.48% from 255) = 40.27%

 GREEN value IS 78 (30.86% from 255) = 17.26%

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

R = 40.27%
G = 17.26%
B = 42.48%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B64EC0 (or 0xB64EC0) is known color: Fuchsia. HEX triplet: B6, 4E and C0. RGB value is (182,78,192). Sum of RGB (Red+Green+Blue) = 182+78+192=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #B64EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EC0 is #49B13F. Grayscale: #797979. Windows color (decimal): -4829504 or 12603062. OLE color: 12603062.

HSL color Cylindrical-coordinate representation of color #B64EC0: hue angle of 294.74º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64EC0 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 78 192 -
CMYK 0.05 0.59 0 0.25
HSL 294.74º 0.48% 0.53% -
HSV(B) 294.74º 0.59% 0.75% -
XYZ 31.53 19.2 51.91 -
YUV 122.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 182 78 192 0.05 0.59 0 0.25 294.74 0.48 0.53
Hex B6 4E C0 5 3B 0 19 127 30 35
Octal 266 116 300 5 73 0 31 447 60 65
Binary 10110110 1001110 11000000 101 111011 0 11001 100100111 110000 110101

Color Harmonies of #B64EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EC0

Black with #B64EC0

Text Example


Text Example

White with #B64EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EC0; }

 p { color: rgb(182,78,192); }

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

background-color css

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

 a { background-color: rgb(182,78,192); }

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

border-color css

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

 span { border-color: rgb(182,78,192); }

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