Html Css Color HEX #B64FB6 Fuchsia

📋 copy color: '#B64FB6'

red 182 ◦ green 79 ◦ blue 182

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

Shades of Fuchsia #B64FB6

Tints of Fuchsia #B64FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 41.08%

R = 41.08%
G = 17.83%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B64FB6 (or 0xB64FB6) is known color: Fuchsia. HEX triplet: B6, 4F and B6. RGB value is (182,79,182). Sum of RGB (Red+Green+Blue) = 182+79+182=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 79 (31.25% from 255 or 17.83% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B64FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FB6 is #49B049. Grayscale: #797979. Windows color (decimal): -4829258 or 11947958. OLE color: 11947958.

HSL color Cylindrical-coordinate representation of color #B64FB6: hue angle of 300º 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 #B64FB6 is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 79 182 -
CMYK 0 0.57 0 0.29
HSL 300º 0.41% 0.51% -
HSV(B) 300º 0.57% 0.71% -
XYZ 30.53 18.91 46.3 -
YUV 121.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 182 79 182 0 0.57 0 0.29 300 0.41 0.51
Hex B6 4F B6 0 39 0 1D 12C 29 33
Octal 266 117 266 0 71 0 35 454 51 63
Binary 10110110 1001111 10110110 0 111001 0 11101 100101100 101001 110011

Color Harmonies of #B64FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FB6

Black with #B64FB6

Text Example


Text Example

White with #B64FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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