Html Css Color HEX #B662B2 Fuchsia

📋 copy color: '#B662B2'

red 182 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #B662B2

Tints of Fuchsia #B662B2

RGB

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

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

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

R = 39.74%
G = 21.4%
B = 38.86%

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

#B662B2 (or 0xB662B2) is known color: Fuchsia. HEX triplet: B6, 62 and B2. RGB value is (182,98,178). Sum of RGB (Red+Green+Blue) = 182+98+178=458 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.74% from 458); Green value is 98 (38.67% from 255 or 21.40% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 182 - color contains mainly: red. Hex color #B662B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B662B2 is #499D4D. Grayscale: #848484. Windows color (decimal): -4824398 or 11690678. OLE color: 11690678.

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

Color convert

RGB 182 98 178 -
CMYK 0 0.46 0.02 0.29
HSL 302.86º 0.37% 0.55% -
HSV(B) 302.86º 0.46% 0.71% -
XYZ 31.69 21.89 44.68 -
YUV 132.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 182 98 178 0 0.46 0.02 0.29 302.86 0.37 0.55
Hex B6 62 B2 0 2E 2 1D 12F 25 37
Octal 266 142 262 0 56 2 35 457 45 67
Binary 10110110 1100010 10110010 0 101110 10 11101 100101111 100101 110111

Color Harmonies of #B662B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662B2

Black with #B662B2

Text Example


Text Example

White with #B662B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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