Html Css Color HEX #B562BC Fuchsia

📋 copy color: '#B562BC'

red 181 ◦ green 98 ◦ blue 188

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

Shades of Fuchsia #B562BC

Tints of Fuchsia #B562BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 38.76%
G = 20.99%
B = 40.26%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B562BC (or 0xB562BC) is known color: Fuchsia. HEX triplet: B5, 62 and BC. RGB value is (181,98,188). Sum of RGB (Red+Green+Blue) = 181+98+188=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #B562BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B562BC is #4A9D43. Grayscale: #848484. Windows color (decimal): -4889924 or 12346037. OLE color: 12346037.

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

Color convert

RGB 181 98 188 -
CMYK 0.04 0.48 0 0.26
HSL 295.33º 0.4% 0.56% -
HSV(B) 295.33º 0.48% 0.74% -
XYZ 32.5 22.19 50.15 -
YUV 133.08 159 162.18 -
System Red Green Blue C M Y K H S L
Decimal 181 98 188 0.04 0.48 0 0.26 295.33 0.4 0.56
Hex B5 62 BC 4 30 0 1A 127 28 38
Octal 265 142 274 4 60 0 32 447 50 70
Binary 10110101 1100010 10111100 100 110000 0 11010 100100111 101000 111000

Color Harmonies of #B562BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562BC

Black with #B562BC

Text Example


Text Example

White with #B562BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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