Html Css Color HEX #B562BA Fuchsia

📋 copy color: '#B562BA'

red 181 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #B562BA

Tints of Fuchsia #B562BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 38.92%
G = 21.08%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B562BA (or 0xB562BA) is known color: Fuchsia. HEX triplet: B5, 62 and BA. RGB value is (181,98,186). Sum of RGB (Red+Green+Blue) = 181+98+186=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #B562BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562BA is #4A9D45. Grayscale: #848484. Windows color (decimal): -4889926 or 12214965. OLE color: 12214965.

HSL color Cylindrical-coordinate representation of color #B562BA: hue angle of 296.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B562BA is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 98 186 -
CMYK 0.03 0.47 0 0.27
HSL 296.59º 0.39% 0.56% -
HSV(B) 296.59º 0.47% 0.73% -
XYZ 32.29 22.1 49.02 -
YUV 132.85 158 162.34 -
System Red Green Blue C M Y K H S L
Decimal 181 98 186 0.03 0.47 0 0.27 296.59 0.39 0.56
Hex B5 62 BA 3 2F 0 1B 129 27 38
Octal 265 142 272 3 57 0 33 451 47 70
Binary 10110101 1100010 10111010 11 101111 0 11011 100101001 100111 111000

Color Harmonies of #B562BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562BA

Black with #B562BA

Text Example


Text Example

White with #B562BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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