Html Css Color HEX #B568B8 Fuchsia

📋 copy color: '#B568B8'

red 181 ◦ green 104 ◦ blue 184

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

Shades of Fuchsia #B568B8

Tints of Fuchsia #B568B8

RGB

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

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

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

R = 38.59%
G = 22.17%
B = 39.23%

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

#B568B8 (or 0xB568B8) is known color: Fuchsia. HEX triplet: B5, 68 and B8. RGB value is (181,104,184). Sum of RGB (Red+Green+Blue) = 181+104+184=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 184 (72.27% from 255 or 39.23% from 469); Max value from RGB is 184 - color contains mainly: blue. Hex color #B568B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B568B8 is #4A9747. Grayscale: #878787. Windows color (decimal): -4888392 or 12085429. OLE color: 12085429.

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

Color convert

RGB 181 104 184 -
CMYK 0.02 0.43 0 0.28
HSL 297.75º 0.36% 0.56% -
HSV(B) 297.75º 0.43% 0.72% -
XYZ 32.66 23.19 48.1 -
YUV 136.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 181 104 184 0.02 0.43 0 0.28 297.75 0.36 0.56
Hex B5 68 B8 2 2B 0 1C 12A 24 38
Octal 265 150 270 2 53 0 34 452 44 70
Binary 10110101 1101000 10111000 10 101011 0 11100 100101010 100100 111000

Color Harmonies of #B568B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B568B8

Black with #B568B8

Text Example


Text Example

White with #B568B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B568B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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