Html Css Color HEX #B650C0 Fuchsia

📋 copy color: '#B650C0'

red 182 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #B650C0

Tints of Fuchsia #B650C0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.62%

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

R = 40.09%
G = 17.62%
B = 42.29%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B650C0 (or 0xB650C0) is known color: Fuchsia. HEX triplet: B6, 50 and C0. RGB value is (182,80,192). Sum of RGB (Red+Green+Blue) = 182+80+192=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #B650C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B650C0 is #49AF3F. Grayscale: #7A7A7A. Windows color (decimal): -4828992 or 12603574. OLE color: 12603574.

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

Color convert

RGB 182 80 192 -
CMYK 0.05 0.58 0 0.25
HSL 294.64º 0.47% 0.53% -
HSV(B) 294.64º 0.58% 0.75% -
XYZ 31.67 19.49 51.96 -
YUV 123.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 182 80 192 0.05 0.58 0 0.25 294.64 0.47 0.53
Hex B6 50 C0 5 3A 0 19 127 2F 35
Octal 266 120 300 5 72 0 31 447 57 65
Binary 10110110 1010000 11000000 101 111010 0 11001 100100111 101111 110101

Color Harmonies of #B650C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B650C0

Black with #B650C0

Text Example


Text Example

White with #B650C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B650C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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