Html Css Color HEX #B962C0 Fuchsia

📋 copy color: '#B962C0'

red 185 ◦ green 98 ◦ blue 192

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

Shades of Fuchsia #B962C0

Tints of Fuchsia #B962C0

RGB

 RED value IS 185 (72.66% from 255) = 38.95%

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

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

R = 38.95%
G = 20.63%
B = 40.42%

CMYK

 C value IS 0.04

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B962C0 (or 0xB962C0) is known color: Fuchsia. HEX triplet: B9, 62 and C0. RGB value is (185,98,192). Sum of RGB (Red+Green+Blue) = 185+98+192=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #B962C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B962C0 is #469D3F. Grayscale: #868686. Windows color (decimal): -4627776 or 12608185. OLE color: 12608185.

HSL color Cylindrical-coordinate representation of color #B962C0: hue angle of 295.53º 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 #B962C0 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 98 192 -
CMYK 0.04 0.49 0 0.25
HSL 295.53º 0.43% 0.57% -
HSV(B) 295.53º 0.49% 0.75% -
XYZ 33.89 22.86 52.49 -
YUV 134.73 160.32 163.86 -
System Red Green Blue C M Y K H S L
Decimal 185 98 192 0.04 0.49 0 0.25 295.53 0.43 0.57
Hex B9 62 C0 4 31 0 19 128 2B 39
Octal 271 142 300 4 61 0 31 450 53 71
Binary 10111001 1100010 11000000 100 110001 0 11001 100101000 101011 111001

Color Harmonies of #B962C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962C0

Black with #B962C0

Text Example


Text Example

White with #B962C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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