Html Css Color HEX #B569B1 Fuchsia

📋 copy color: '#B569B1'

red 181 ◦ green 105 ◦ blue 177

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

Shades of Fuchsia #B569B1

Tints of Fuchsia #B569B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 39.09%
G = 22.68%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B569B1 (or 0xB569B1) is known color: Fuchsia. HEX triplet: B5, 69 and B1. RGB value is (181,105,177). Sum of RGB (Red+Green+Blue) = 181+105+177=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B569B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569B1 is #4A964E. Grayscale: #878787. Windows color (decimal): -4888143 or 11626933. OLE color: 11626933.

HSL color Cylindrical-coordinate representation of color #B569B1: hue angle of 303.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B569B1 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 105 177 -
CMYK 0 0.42 0.02 0.29
HSL 303.16º 0.34% 0.56% -
HSV(B) 303.16º 0.42% 0.71% -
XYZ 32.04 23.1 44.37 -
YUV 135.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 181 105 177 0 0.42 0.02 0.29 303.16 0.34 0.56
Hex B5 69 B1 0 2A 2 1D 12F 22 38
Octal 265 151 261 0 52 2 35 457 42 70
Binary 10110101 1101001 10110001 0 101010 10 11101 100101111 100010 111000

Color Harmonies of #B569B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569B1

Black with #B569B1

Text Example


Text Example

White with #B569B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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