Html Css Color HEX #B562B5 Fuchsia

📋 copy color: '#B562B5'

red 181 ◦ green 98 ◦ blue 181

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

Shades of Fuchsia #B562B5

Tints of Fuchsia #B562B5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.3%

 BLUE value IS 181 (71.09% from 255) = 39.35%

R = 39.35%
G = 21.3%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B562B5 (or 0xB562B5) is known color: Fuchsia. HEX triplet: B5, 62 and B5. RGB value is (181,98,181). Sum of RGB (Red+Green+Blue) = 181+98+181=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B562B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562B5 is #4A9D4A. Grayscale: #848484. Windows color (decimal): -4889931 or 11887285. OLE color: 11887285.

HSL color Cylindrical-coordinate representation of color #B562B5: hue angle of 300º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B562B5 is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 98 181 -
CMYK 0 0.46 0 0.29
HSL 300º 0.36% 0.55% -
HSV(B) 300º 0.46% 0.71% -
XYZ 31.76 21.9 46.27 -
YUV 132.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 181 98 181 0 0.46 0 0.29 300 0.36 0.55
Hex B5 62 B5 0 2E 0 1D 12C 24 37
Octal 265 142 265 0 56 0 35 454 44 67
Binary 10110101 1100010 10110101 0 101110 0 11101 100101100 100100 110111

Color Harmonies of #B562B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562B5

Black with #B562B5

Text Example


Text Example

White with #B562B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562B5; }

 p { color: rgb(181,98,181); }

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

background-color css

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

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

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

border-color css

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

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

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