Html Css Color HEX #B566C1 Fuchsia

📋 copy color: '#B566C1'

red 181 ◦ green 102 ◦ blue 193

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

Shades of Fuchsia #B566C1

Tints of Fuchsia #B566C1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.43%

 BLUE value IS 193 (75.78% from 255) = 40.55%

R = 38.03%
G = 21.43%
B = 40.55%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B566C1 (or 0xB566C1) is known color: Fuchsia. HEX triplet: B5, 66 and C1. RGB value is (181,102,193). Sum of RGB (Red+Green+Blue) = 181+102+193=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #B566C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B566C1 is #4A993E. Grayscale: #878787. Windows color (decimal): -4888895 or 12674741. OLE color: 12674741.

HSL color Cylindrical-coordinate representation of color #B566C1: hue angle of 292.09º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B566C1 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 102 193 -
CMYK 0.06 0.47 0 0.24
HSL 292.09º 0.42% 0.58% -
HSV(B) 292.09º 0.47% 0.76% -
XYZ 33.43 23.18 53.16 -
YUV 136 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 181 102 193 0.06 0.47 0 0.24 292.09 0.42 0.58
Hex B5 66 C1 6 2F 0 18 124 2A 3A
Octal 265 146 301 6 57 0 30 444 52 72
Binary 10110101 1100110 11000001 110 101111 0 11000 100100100 101010 111010

Color Harmonies of #B566C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B566C1

Black with #B566C1

Text Example


Text Example

White with #B566C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B566C1; }

 p { color: rgb(181,102,193); }

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

background-color css

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

 a { background-color: rgb(181,102,193); }

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

border-color css

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

 span { border-color: rgb(181,102,193); }

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