Html Css Color HEX #B568B2 Fuchsia

📋 copy color: '#B568B2'

red 181 ◦ green 104 ◦ blue 178

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

Shades of Fuchsia #B568B2

Tints of Fuchsia #B568B2

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.46%

 BLUE value IS 178 (69.92% from 255) = 38.44%

R = 39.09%
G = 22.46%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B568B2 (or 0xB568B2) is known color: Fuchsia. HEX triplet: B5, 68 and B2. RGB value is (181,104,178). Sum of RGB (Red+Green+Blue) = 181+104+178=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 104 (41.02% from 255 or 22.46% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B568B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568B2 is #4A974D. Grayscale: #878787. Windows color (decimal): -4888398 or 11692213. OLE color: 11692213.

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

Color convert

RGB 181 104 178 -
CMYK 0 0.43 0.02 0.29
HSL 302.34º 0.34% 0.56% -
HSV(B) 302.34º 0.43% 0.71% -
XYZ 32.04 22.94 44.86 -
YUV 135.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 181 104 178 0 0.43 0.02 0.29 302.34 0.34 0.56
Hex B5 68 B2 0 2B 2 1D 12E 22 38
Octal 265 150 262 0 53 2 35 456 42 70
Binary 10110101 1101000 10110010 0 101011 10 11101 100101110 100010 111000

Color Harmonies of #B568B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568B2

Black with #B568B2

Text Example


Text Example

White with #B568B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568B2; }

 p { color: rgb(181,104,178); }

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

background-color css

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

 a { background-color: rgb(181,104,178); }

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

border-color css

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

 span { border-color: rgb(181,104,178); }

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