Html Css Color HEX #B564BD Fuchsia

📋 copy color: '#B564BD'

red 181 ◦ green 100 ◦ blue 189

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

Shades of Fuchsia #B564BD

Tints of Fuchsia #B564BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.21%

R = 38.51%
G = 21.28%
B = 40.21%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B564BD (or 0xB564BD) is known color: Fuchsia. HEX triplet: B5, 64 and BD. RGB value is (181,100,189). Sum of RGB (Red+Green+Blue) = 181+100+189=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 189 - color contains mainly: blue. Hex color #B564BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BD is #4A9B42. Grayscale: #868686. Windows color (decimal): -4889411 or 12412085. OLE color: 12412085.

HSL color Cylindrical-coordinate representation of color #B564BD: hue angle of 294.61º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B564BD is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 100 189 -
CMYK 0.04 0.47 0 0.26
HSL 294.61º 0.4% 0.57% -
HSV(B) 294.61º 0.47% 0.74% -
XYZ 32.8 22.61 50.78 -
YUV 134.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 181 100 189 0.04 0.47 0 0.26 294.61 0.4 0.57
Hex B5 64 BD 4 2F 0 1A 127 28 39
Octal 265 144 275 4 57 0 32 447 50 71
Binary 10110101 1100100 10111101 100 101111 0 11010 100100111 101000 111001

Color Harmonies of #B564BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564BD

Black with #B564BD

Text Example


Text Example

White with #B564BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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