Html Css Color HEX #B662BA Fuchsia

📋 copy color: '#B662BA'

red 182 ◦ green 98 ◦ blue 186

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

Shades of Fuchsia #B662BA

Tints of Fuchsia #B662BA

RGB

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

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

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

R = 39.06%
G = 21.03%
B = 39.91%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B662BA (or 0xB662BA) is known color: Fuchsia. HEX triplet: B6, 62 and BA. RGB value is (182,98,186). Sum of RGB (Red+Green+Blue) = 182+98+186=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #B662BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662BA is #499D45. Grayscale: #848484. Windows color (decimal): -4824390 or 12214966. OLE color: 12214966.

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

Color convert

RGB 182 98 186 -
CMYK 0.02 0.47 0 0.27
HSL 297.27º 0.39% 0.56% -
HSV(B) 297.27º 0.47% 0.73% -
XYZ 32.52 22.23 49.03 -
YUV 133.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 182 98 186 0.02 0.47 0 0.27 297.27 0.39 0.56
Hex B6 62 BA 2 2F 0 1B 129 27 38
Octal 266 142 272 2 57 0 33 451 47 70
Binary 10110110 1100010 10111010 10 101111 0 11011 100101001 100111 111000

Color Harmonies of #B662BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662BA

Black with #B662BA

Text Example


Text Example

White with #B662BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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