Html Css Color HEX #B567B2 Fuchsia

📋 copy color: '#B567B2'

red 181 ◦ green 103 ◦ blue 178

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

Shades of Fuchsia #B567B2

Tints of Fuchsia #B567B2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.29%

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

R = 39.18%
G = 22.29%
B = 38.53%

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

#B567B2 (or 0xB567B2) is known color: Fuchsia. HEX triplet: B5, 67 and B2. RGB value is (181,103,178). Sum of RGB (Red+Green+Blue) = 181+103+178=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B567B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B567B2 is #4A984D. Grayscale: #868686. Windows color (decimal): -4888654 or 11691957. OLE color: 11691957.

HSL color Cylindrical-coordinate representation of color #B567B2: hue angle of 302.31º degrees, saturation: 0.35, 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 #B567B2 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 103 178 -
CMYK 0 0.43 0.02 0.29
HSL 302.31º 0.35% 0.56% -
HSV(B) 302.31º 0.43% 0.71% -
XYZ 31.94 22.74 44.82 -
YUV 134.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 181 103 178 0 0.43 0.02 0.29 302.31 0.35 0.56
Hex B5 67 B2 0 2B 2 1D 12E 23 38
Octal 265 147 262 0 53 2 35 456 43 70
Binary 10110101 1100111 10110010 0 101011 10 11101 100101110 100011 111000

Color Harmonies of #B567B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B567B2

Black with #B567B2

Text Example


Text Example

White with #B567B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B567B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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