Html Css Color HEX #B64FB2 Fuchsia

📋 copy color: '#B64FB2'

red 182 ◦ green 79 ◦ blue 178

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

Shades of Fuchsia #B64FB2

Tints of Fuchsia #B64FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.55%

R = 41.46%
G = 18%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B64FB2 (or 0xB64FB2) is known color: Fuchsia. HEX triplet: B6, 4F and B2. RGB value is (182,79,178). Sum of RGB (Red+Green+Blue) = 182+79+178=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 178 (69.92% from 255 or 40.55% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B64FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64FB2 is #49B04D. Grayscale: #787878. Windows color (decimal): -4829262 or 11685814. OLE color: 11685814.

HSL color Cylindrical-coordinate representation of color #B64FB2: hue angle of 302.33º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64FB2 is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 178 -
CMYK 0 0.57 0.02 0.29
HSL 302.33º 0.41% 0.51% -
HSV(B) 302.33º 0.57% 0.71% -
XYZ 30.12 18.75 44.15 -
YUV 121.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 182 79 178 0 0.57 0.02 0.29 302.33 0.41 0.51
Hex B6 4F B2 0 39 2 1D 12E 29 33
Octal 266 117 262 0 71 2 35 456 51 63
Binary 10110110 1001111 10110010 0 111001 10 11101 100101110 101001 110011

Color Harmonies of #B64FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FB2

Black with #B64FB2

Text Example


Text Example

White with #B64FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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