Html Css Color HEX #B662BE Fuchsia

📋 copy color: '#B662BE'

red 182 ◦ green 98 ◦ blue 190

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

Shades of Fuchsia #B662BE

Tints of Fuchsia #B662BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.43%

R = 38.72%
G = 20.85%
B = 40.43%

CMYK

 C value IS 0.04

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B662BE (or 0xB662BE) is known color: Fuchsia. HEX triplet: B6, 62 and BE. RGB value is (182,98,190). Sum of RGB (Red+Green+Blue) = 182+98+190=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 190 - color contains mainly: blue. Hex color #B662BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662BE is #499D41. Grayscale: #858585. Windows color (decimal): -4824386 or 12477110. OLE color: 12477110.

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

Color convert

RGB 182 98 190 -
CMYK 0.04 0.48 0 0.25
HSL 294.78º 0.41% 0.56% -
HSV(B) 294.78º 0.48% 0.75% -
XYZ 32.95 22.4 51.3 -
YUV 133.6 159.83 162.52 -
System Red Green Blue C M Y K H S L
Decimal 182 98 190 0.04 0.48 0 0.25 294.78 0.41 0.56
Hex B6 62 BE 4 30 0 19 127 29 38
Octal 266 142 276 4 60 0 31 447 51 70
Binary 10110110 1100010 10111110 100 110000 0 11001 100100111 101001 111000

Color Harmonies of #B662BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662BE

Black with #B662BE

Text Example


Text Example

White with #B662BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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