Html Css Color HEX #B64CC0 Fuchsia

📋 copy color: '#B64CC0'

red 182 ◦ green 76 ◦ blue 192

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

Shades of Fuchsia #B64CC0

Tints of Fuchsia #B64CC0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.89%

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

R = 40.44%
G = 16.89%
B = 42.67%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B64CC0 (or 0xB64CC0) is known color: Fuchsia. HEX triplet: B6, 4C and C0. RGB value is (182,76,192). Sum of RGB (Red+Green+Blue) = 182+76+192=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #B64CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CC0 is #49B33F. Grayscale: #787878. Windows color (decimal): -4830016 or 12602550. OLE color: 12602550.

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

Color convert

RGB 182 76 192 -
CMYK 0.05 0.60 0 0.25
HSL 294.83º 0.48% 0.53% -
HSV(B) 294.83º 0.6% 0.75% -
XYZ 31.39 18.92 51.87 -
YUV 120.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 182 76 192 0.05 0.60 0 0.25 294.83 0.48 0.53
Hex B6 4C C0 5 3C 0 19 127 30 35
Octal 266 114 300 5 74 0 31 447 60 65
Binary 10110110 1001100 11000000 101 111100 0 11001 100100111 110000 110101

Color Harmonies of #B64CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CC0

Black with #B64CC0

Text Example


Text Example

White with #B64CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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