Html Css Color HEX #B64FC2 Fuchsia

📋 copy color: '#B64FC2'

red 182 ◦ green 79 ◦ blue 194

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

Shades of Fuchsia #B64FC2

Tints of Fuchsia #B64FC2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.36%

 BLUE value IS 194 (76.17% from 255) = 42.64%

R = 40%
G = 17.36%
B = 42.64%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B64FC2 (or 0xB64FC2) is known color: Fuchsia. HEX triplet: B6, 4F and C2. RGB value is (182,79,194). Sum of RGB (Red+Green+Blue) = 182+79+194=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #B64FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FC2 is #49B03D. Grayscale: #7A7A7A. Windows color (decimal): -4829246 or 12734390. OLE color: 12734390.

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

Color convert

RGB 182 79 194 -
CMYK 0.06 0.59 0 0.24
HSL 293.74º 0.49% 0.54% -
HSV(B) 293.74º 0.59% 0.76% -
XYZ 31.82 19.43 53.11 -
YUV 122.91 168.12 170.15 -
System Red Green Blue C M Y K H S L
Decimal 182 79 194 0.06 0.59 0 0.24 293.74 0.49 0.54
Hex B6 4F C2 6 3B 0 18 126 31 36
Octal 266 117 302 6 73 0 30 446 61 66
Binary 10110110 1001111 11000010 110 111011 0 11000 100100110 110001 110110

Color Harmonies of #B64FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FC2

Black with #B64FC2

Text Example


Text Example

White with #B64FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FC2; }

 p { color: rgb(182,79,194); }

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

background-color css

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

 a { background-color: rgb(182,79,194); }

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

border-color css

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

 span { border-color: rgb(182,79,194); }

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