Html Css Color HEX #B562B2 Fuchsia

📋 copy color: '#B562B2'

red 181 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #B562B2

Tints of Fuchsia #B562B2

RGB

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

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

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

R = 39.61%
G = 21.44%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B562B2 (or 0xB562B2) is known color: Fuchsia. HEX triplet: B5, 62 and B2. RGB value is (181,98,178). Sum of RGB (Red+Green+Blue) = 181+98+178=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B562B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562B2 is #4A9D4D. Grayscale: #838383. Windows color (decimal): -4889934 or 11690677. OLE color: 11690677.

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

Color convert

RGB 181 98 178 -
CMYK 0 0.46 0.02 0.29
HSL 302.17º 0.36% 0.55% -
HSV(B) 302.17º 0.46% 0.71% -
XYZ 31.46 21.77 44.66 -
YUV 131.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 181 98 178 0 0.46 0.02 0.29 302.17 0.36 0.55
Hex B5 62 B2 0 2E 2 1D 12E 24 37
Octal 265 142 262 0 56 2 35 456 44 67
Binary 10110101 1100010 10110010 0 101110 10 11101 100101110 100100 110111

Color Harmonies of #B562B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562B2

Black with #B562B2

Text Example


Text Example

White with #B562B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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