Html Css Color HEX #B664B0 Fuchsia

📋 copy color: '#B664B0'

red 182 ◦ green 100 ◦ blue 176

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

Shades of Fuchsia #B664B0

Tints of Fuchsia #B664B0

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.83%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 39.74%
G = 21.83%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B664B0 (or 0xB664B0) is known color: Fuchsia. HEX triplet: B6, 64 and B0. RGB value is (182,100,176). Sum of RGB (Red+Green+Blue) = 182+100+176=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B664B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664B0 is #499B4F. Grayscale: #848484. Windows color (decimal): -4823888 or 11560118. OLE color: 11560118.

HSL color Cylindrical-coordinate representation of color #B664B0: hue angle of 304.39º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B664B0 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 100 176 -
CMYK 0 0.45 0.03 0.29
HSL 304.39º 0.36% 0.55% -
HSV(B) 304.39º 0.45% 0.71% -
XYZ 31.69 22.19 43.69 -
YUV 133.18 152.17 162.82 -
System Red Green Blue C M Y K H S L
Decimal 182 100 176 0 0.45 0.03 0.29 304.39 0.36 0.55
Hex B6 64 B0 0 2D 3 1D 130 24 37
Octal 266 144 260 0 55 3 35 460 44 67
Binary 10110110 1100100 10110000 0 101101 11 11101 100110000 100100 110111

Color Harmonies of #B664B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B664B0

Black with #B664B0

Text Example


Text Example

White with #B664B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B664B0; }

 p { color: rgb(182,100,176); }

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

background-color css

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

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

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

border-color css

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

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

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