Html Css Color HEX #B564C0 Fuchsia

📋 copy color: '#B564C0'

red 181 ◦ green 100 ◦ blue 192

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

Shades of Fuchsia #B564C0

Tints of Fuchsia #B564C0

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

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

 BLUE value IS 192 (75.39% from 255) = 40.59%

R = 38.27%
G = 21.14%
B = 40.59%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B564C0 (or 0xB564C0) is known color: Fuchsia. HEX triplet: B5, 64 and C0. RGB value is (181,100,192). Sum of RGB (Red+Green+Blue) = 181+100+192=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #B564C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564C0 is #4A9B3F. Grayscale: #868686. Windows color (decimal): -4889408 or 12608693. OLE color: 12608693.

HSL color Cylindrical-coordinate representation of color #B564C0: hue angle of 292.83º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B564C0 is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 100 192 -
CMYK 0.06 0.48 0 0.25
HSL 292.83º 0.42% 0.57% -
HSV(B) 292.83º 0.48% 0.75% -
XYZ 33.13 22.74 52.51 -
YUV 134.71 160.34 161.02 -
System Red Green Blue C M Y K H S L
Decimal 181 100 192 0.06 0.48 0 0.25 292.83 0.42 0.57
Hex B5 64 C0 6 30 0 19 125 2A 39
Octal 265 144 300 6 60 0 31 445 52 71
Binary 10110101 1100100 11000000 110 110000 0 11001 100100101 101010 111001

Color Harmonies of #B564C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564C0

Black with #B564C0

Text Example


Text Example

White with #B564C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564C0; }

 p { color: rgb(181,100,192); }

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

background-color css

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

 a { background-color: rgb(181,100,192); }

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

border-color css

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

 span { border-color: rgb(181,100,192); }

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