Html Css Color HEX #B662AD Fuchsia

📋 copy color: '#B662AD'

red 182 ◦ green 98 ◦ blue 173

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

Shades of Fuchsia #B662AD

Tints of Fuchsia #B662AD

RGB

 RED value IS 182 (71.48% from 255) = 40.18%

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

 BLUE value IS 173 (67.97% from 255) = 38.19%

R = 40.18%
G = 21.63%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B662AD (or 0xB662AD) is known color: Fuchsia. HEX triplet: B6, 62 and AD. RGB value is (182,98,173). Sum of RGB (Red+Green+Blue) = 182+98+173=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B662AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B662AD is #499D52. Grayscale: #838383. Windows color (decimal): -4824403 or 11362998. OLE color: 11362998.

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

Color convert

RGB 182 98 173 -
CMYK 0 0.46 0.05 0.29
HSL 306.43º 0.37% 0.55% -
HSV(B) 306.43º 0.46% 0.71% -
XYZ 31.2 21.7 42.08 -
YUV 131.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 182 98 173 0 0.46 0.05 0.29 306.43 0.37 0.55
Hex B6 62 AD 0 2E 5 1D 132 25 37
Octal 266 142 255 0 56 5 35 462 45 67
Binary 10110110 1100010 10101101 0 101110 101 11101 100110010 100101 110111

Color Harmonies of #B662AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662AD

Black with #B662AD

Text Example


Text Example

White with #B662AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662AD; }

 p { color: rgb(182,98,173); }

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

background-color css

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

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

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

border-color css

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

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

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