Html Css Color HEX #B64CB1 Fuchsia

📋 copy color: '#B64CB1'

red 182 ◦ green 76 ◦ blue 177

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

Shades of Fuchsia #B64CB1

Tints of Fuchsia #B64CB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.69%

R = 41.84%
G = 17.47%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B64CB1 (or 0xB64CB1) is known color: Fuchsia. HEX triplet: B6, 4C and B1. RGB value is (182,76,177). Sum of RGB (Red+Green+Blue) = 182+76+177=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CB1 is #49B34E. Grayscale: #767676. Windows color (decimal): -4830031 or 11619510. OLE color: 11619510.

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

Color convert

RGB 182 76 177 -
CMYK 0 0.58 0.03 0.29
HSL 302.83º 0.42% 0.51% -
HSV(B) 302.83º 0.58% 0.71% -
XYZ 29.81 18.29 43.55 -
YUV 119.21 160.62 172.79 -
System Red Green Blue C M Y K H S L
Decimal 182 76 177 0 0.58 0.03 0.29 302.83 0.42 0.51
Hex B6 4C B1 0 3A 3 1D 12F 2A 33
Octal 266 114 261 0 72 3 35 457 52 63
Binary 10110110 1001100 10110001 0 111010 11 11101 100101111 101010 110011

Color Harmonies of #B64CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CB1

Black with #B64CB1

Text Example


Text Example

White with #B64CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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