Html Css Color HEX #B662C0 Fuchsia

📋 copy color: '#B662C0'

red 182 ◦ green 98 ◦ blue 192

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

Shades of Fuchsia #B662C0

Tints of Fuchsia #B662C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 38.56%
G = 20.76%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B662C0 (or 0xB662C0) is known color: Fuchsia. HEX triplet: B6, 62 and C0. RGB value is (182,98,192). Sum of RGB (Red+Green+Blue) = 182+98+192=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #B662C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B662C0 is #499D3F. Grayscale: #858585. Windows color (decimal): -4824384 or 12608182. OLE color: 12608182.

HSL color Cylindrical-coordinate representation of color #B662C0: hue angle of 293.62º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B662C0 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 98 192 -
CMYK 0.05 0.49 0 0.25
HSL 293.62º 0.43% 0.57% -
HSV(B) 293.62º 0.49% 0.75% -
XYZ 33.17 22.49 52.46 -
YUV 133.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 182 98 192 0.05 0.49 0 0.25 293.62 0.43 0.57
Hex B6 62 C0 5 31 0 19 126 2B 39
Octal 266 142 300 5 61 0 31 446 53 71
Binary 10110110 1100010 11000000 101 110001 0 11001 100100110 101011 111001

Color Harmonies of #B662C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662C0

Black with #B662C0

Text Example


Text Example

White with #B662C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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