Html Css Color HEX #B64CA7 Fuchsia

📋 copy color: '#B64CA7'

red 182 ◦ green 76 ◦ blue 167

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

Shades of Fuchsia #B64CA7

Tints of Fuchsia #B64CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.29%

R = 42.82%
G = 17.88%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B64CA7 (or 0xB64CA7) is known color: Fuchsia. HEX triplet: B6, 4C and A7. RGB value is (182,76,167). Sum of RGB (Red+Green+Blue) = 182+76+167=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CA7 is #49B358. Grayscale: #757575. Windows color (decimal): -4830041 or 10964150. OLE color: 10964150.

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

Color convert

RGB 182 76 167 -
CMYK 0 0.58 0.08 0.29
HSL 308.49º 0.42% 0.51% -
HSV(B) 308.49º 0.58% 0.71% -
XYZ 28.85 17.9 38.49 -
YUV 118.07 155.62 173.6 -
System Red Green Blue C M Y K H S L
Decimal 182 76 167 0 0.58 0.08 0.29 308.49 0.42 0.51
Hex B6 4C A7 0 3A 8 1D 134 2A 33
Octal 266 114 247 0 72 10 35 464 52 63
Binary 10110110 1001100 10100111 0 111010 1000 11101 100110100 101010 110011

Color Harmonies of #B64CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CA7

Black with #B64CA7

Text Example


Text Example

White with #B64CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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