Html Css Color HEX #B64CB7 Fuchsia

📋 copy color: '#B64CB7'

red 182 ◦ green 76 ◦ blue 183

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

Shades of Fuchsia #B64CB7

Tints of Fuchsia #B64CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.5%

R = 41.27%
G = 17.23%
B = 41.5%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B64CB7 (or 0xB64CB7) is known color: Fuchsia. HEX triplet: B6, 4C and B7. RGB value is (182,76,183). Sum of RGB (Red+Green+Blue) = 182+76+183=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #B64CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CB7 is #49B348. Grayscale: #777777. Windows color (decimal): -4830025 or 12012726. OLE color: 12012726.

HSL color Cylindrical-coordinate representation of color #B64CB7: hue angle of 299.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64CB7 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 76 183 -
CMYK 0.01 0.58 0 0.28
HSL 299.44º 0.43% 0.51% -
HSV(B) 299.44º 0.58% 0.72% -
XYZ 30.42 18.53 46.77 -
YUV 119.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 182 76 183 0.01 0.58 0 0.28 299.44 0.43 0.51
Hex B6 4C B7 1 3A 0 1C 12B 2B 33
Octal 266 114 267 1 72 0 34 453 53 63
Binary 10110110 1001100 10110111 1 111010 0 11100 100101011 101011 110011

Color Harmonies of #B64CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CB7

Black with #B64CB7

Text Example


Text Example

White with #B64CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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