Html Css Color HEX #B564BB Fuchsia

📋 copy color: '#B564BB'

red 181 ◦ green 100 ◦ blue 187

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

Shades of Fuchsia #B564BB

Tints of Fuchsia #B564BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.96%

R = 38.68%
G = 21.37%
B = 39.96%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B564BB (or 0xB564BB) is known color: Fuchsia. HEX triplet: B5, 64 and BB. RGB value is (181,100,187). Sum of RGB (Red+Green+Blue) = 181+100+187=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #B564BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B564BB is #4A9B44. Grayscale: #858585. Windows color (decimal): -4889413 or 12281013. OLE color: 12281013.

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

Color convert

RGB 181 100 187 -
CMYK 0.03 0.47 0 0.27
HSL 295.86º 0.39% 0.56% -
HSV(B) 295.86º 0.47% 0.73% -
XYZ 32.58 22.53 49.64 -
YUV 134.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 181 100 187 0.03 0.47 0 0.27 295.86 0.39 0.56
Hex B5 64 BB 3 2F 0 1B 128 27 38
Octal 265 144 273 3 57 0 33 450 47 70
Binary 10110101 1100100 10111011 11 101111 0 11011 100101000 100111 111000

Color Harmonies of #B564BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B564BB

Black with #B564BB

Text Example


Text Example

White with #B564BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B564BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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