Html Css Color HEX #B64DC1 Fuchsia

📋 copy color: '#B64DC1'

red 182 ◦ green 77 ◦ blue 193

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

Shades of Fuchsia #B64DC1

Tints of Fuchsia #B64DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.04%

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

R = 40.27%
G = 17.04%
B = 42.7%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B64DC1 (or 0xB64DC1) is known color: Fuchsia. HEX triplet: B6, 4D and C1. RGB value is (182,77,193). Sum of RGB (Red+Green+Blue) = 182+77+193=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #B64DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DC1 is #49B23E. Grayscale: #797979. Windows color (decimal): -4829759 or 12668342. OLE color: 12668342.

HSL color Cylindrical-coordinate representation of color #B64DC1: hue angle of 294.31º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64DC1 is Cyan = 0.06, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 77 193 -
CMYK 0.06 0.60 0 0.24
HSL 294.31º 0.48% 0.53% -
HSV(B) 294.31º 0.6% 0.76% -
XYZ 31.57 19.1 52.48 -
YUV 121.62 168.29 171.07 -
System Red Green Blue C M Y K H S L
Decimal 182 77 193 0.06 0.60 0 0.24 294.31 0.48 0.53
Hex B6 4D C1 6 3C 0 18 126 30 35
Octal 266 115 301 6 74 0 30 446 60 65
Binary 10110110 1001101 11000001 110 111100 0 11000 100100110 110000 110101

Color Harmonies of #B64DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DC1

Black with #B64DC1

Text Example


Text Example

White with #B64DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DC1; }

 p { color: rgb(182,77,193); }

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

background-color css

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

 a { background-color: rgb(182,77,193); }

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

border-color css

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

 span { border-color: rgb(182,77,193); }

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