Html Css Color HEX #B567BD Fuchsia

📋 copy color: '#B567BD'

red 181 ◦ green 103 ◦ blue 189

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

Shades of Fuchsia #B567BD

Tints of Fuchsia #B567BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 38.27%
G = 21.78%
B = 39.96%

CMYK

 C value IS 0.04

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B567BD (or 0xB567BD) is known color: Fuchsia. HEX triplet: B5, 67 and BD. RGB value is (181,103,189). Sum of RGB (Red+Green+Blue) = 181+103+189=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #B567BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B567BD is #4A9842. Grayscale: #878787. Windows color (decimal): -4888643 or 12412853. OLE color: 12412853.

HSL color Cylindrical-coordinate representation of color #B567BD: hue angle of 294.42º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B567BD is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 103 189 -
CMYK 0.04 0.46 0 0.26
HSL 294.42º 0.39% 0.57% -
HSV(B) 294.42º 0.46% 0.74% -
XYZ 33.09 23.2 50.88 -
YUV 136.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 181 103 189 0.04 0.46 0 0.26 294.42 0.39 0.57
Hex B5 67 BD 4 2E 0 1A 126 27 39
Octal 265 147 275 4 56 0 32 446 47 71
Binary 10110101 1100111 10111101 100 101110 0 11010 100100110 100111 111001

Color Harmonies of #B567BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B567BD

Black with #B567BD

Text Example


Text Example

White with #B567BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B567BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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