Html Css Color HEX #B564BA Fuchsia

📋 copy color: '#B564BA'

red 181 ◦ green 100 ◦ blue 186

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

Shades of Fuchsia #B564BA

Tints of Fuchsia #B564BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 38.76%
G = 21.41%
B = 39.83%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B564BA (or 0xB564BA) is known color: Fuchsia. HEX triplet: B5, 64 and BA. RGB value is (181,100,186). Sum of RGB (Red+Green+Blue) = 181+100+186=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 100 (39.45% from 255 or 21.41% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #B564BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BA is #4A9B45. Grayscale: #858585. Windows color (decimal): -4889414 or 12215477. OLE color: 12215477.

HSL color Cylindrical-coordinate representation of color #B564BA: hue angle of 296.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B564BA is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 100 186 -
CMYK 0.03 0.46 0 0.27
HSL 296.51º 0.38% 0.56% -
HSV(B) 296.51º 0.46% 0.73% -
XYZ 32.48 22.48 49.08 -
YUV 134.02 157.34 161.51 -
System Red Green Blue C M Y K H S L
Decimal 181 100 186 0.03 0.46 0 0.27 296.51 0.38 0.56
Hex B5 64 BA 3 2E 0 1B 129 26 38
Octal 265 144 272 3 56 0 33 451 46 70
Binary 10110101 1100100 10111010 11 101110 0 11011 100101001 100110 111000

Color Harmonies of #B564BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564BA

Black with #B564BA

Text Example


Text Example

White with #B564BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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