Html Css Color HEX #B64CB2 Fuchsia

📋 copy color: '#B64CB2'

red 182 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #B64CB2

Tints of Fuchsia #B64CB2

RGB

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

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

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

R = 41.74%
G = 17.43%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B64CB2 (or 0xB64CB2) is known color: Fuchsia. HEX triplet: B6, 4C and B2. RGB value is (182,76,178). Sum of RGB (Red+Green+Blue) = 182+76+178=436 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.74% from 436); Green value is 76 (30.08% from 255 or 17.43% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 182 - color contains mainly: red. Hex color #B64CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64CB2 is #49B34D. Grayscale: #777777. Windows color (decimal): -4830030 or 11685046. OLE color: 11685046.

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

Color convert

RGB 182 76 178 -
CMYK 0 0.58 0.02 0.29
HSL 302.26º 0.42% 0.51% -
HSV(B) 302.26º 0.58% 0.71% -
XYZ 29.91 18.33 44.08 -
YUV 119.32 161.12 172.71 -
System Red Green Blue C M Y K H S L
Decimal 182 76 178 0 0.58 0.02 0.29 302.26 0.42 0.51
Hex B6 4C B2 0 3A 2 1D 12E 2A 33
Octal 266 114 262 0 72 2 35 456 52 63
Binary 10110110 1001100 10110010 0 111010 10 11101 100101110 101010 110011

Color Harmonies of #B64CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64CB2

Black with #B64CB2

Text Example


Text Example

White with #B64CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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