Html Css Color HEX #B46DC0 Fuchsia

📋 copy color: '#B46DC0'

red 180 ◦ green 109 ◦ blue 192

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

Shades of Fuchsia #B46DC0

Tints of Fuchsia #B46DC0

RGB

 RED value IS 180 (70.7% from 255) = 37.42%

 GREEN value IS 109 (42.97% from 255) = 22.66%

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

R = 37.42%
G = 22.66%
B = 39.92%

CMYK

 C value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B46DC0 (or 0xB46DC0) is known color: Fuchsia. HEX triplet: B4, 6D and C0. RGB value is (180,109,192). Sum of RGB (Red+Green+Blue) = 180+109+192=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #B46DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DC0 is #4B923F. Grayscale: #8B8B8B. Windows color (decimal): -4952640 or 12610996. OLE color: 12610996.

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

Color convert

RGB 180 109 192 -
CMYK 0.06 0.43 0 0.25
HSL 291.33º 0.4% 0.59% -
HSV(B) 291.33º 0.43% 0.75% -
XYZ 33.81 24.45 52.81 -
YUV 139.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 180 109 192 0.06 0.43 0 0.25 291.33 0.4 0.59
Hex B4 6D C0 6 2B 0 19 123 28 3B
Octal 264 155 300 6 53 0 31 443 50 73
Binary 10110100 1101101 11000000 110 101011 0 11001 100100011 101000 111011

Color Harmonies of #B46DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46DC0

Black with #B46DC0

Text Example


Text Example

White with #B46DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46DC0; }

 p { color: rgb(180,109,192); }

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

background-color css

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

 a { background-color: rgb(180,109,192); }

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

border-color css

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

 span { border-color: rgb(180,109,192); }

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