Html Css Color HEX #B569B8 Fuchsia

📋 copy color: '#B569B8'

red 181 ◦ green 105 ◦ blue 184

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

Shades of Fuchsia #B569B8

Tints of Fuchsia #B569B8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

 BLUE value IS 184 (72.27% from 255) = 39.15%

R = 38.51%
G = 22.34%
B = 39.15%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B569B8 (or 0xB569B8) is known color: Fuchsia. HEX triplet: B5, 69 and B8. RGB value is (181,105,184). Sum of RGB (Red+Green+Blue) = 181+105+184=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #B569B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B569B8 is #4A9647. Grayscale: #888888. Windows color (decimal): -4888136 or 12085685. OLE color: 12085685.

HSL color Cylindrical-coordinate representation of color #B569B8: hue angle of 297.72º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B569B8 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 181 105 184 -
CMYK 0.02 0.43 0 0.28
HSL 297.72º 0.36% 0.57% -
HSV(B) 297.72º 0.43% 0.72% -
XYZ 32.76 23.39 48.14 -
YUV 136.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 181 105 184 0.02 0.43 0 0.28 297.72 0.36 0.57
Hex B5 69 B8 2 2B 0 1C 12A 24 39
Octal 265 151 270 2 53 0 34 452 44 71
Binary 10110101 1101001 10111000 10 101011 0 11100 100101010 100100 111001

Color Harmonies of #B569B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569B8

Black with #B569B8

Text Example


Text Example

White with #B569B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569B8; }

 p { color: rgb(181,105,184); }

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

background-color css

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

 a { background-color: rgb(181,105,184); }

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

border-color css

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

 span { border-color: rgb(181,105,184); }

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