Html Css Color HEX #B460B6 Fuchsia

📋 copy color: '#B460B6'

red 180 ◦ green 96 ◦ blue 182

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

Shades of Fuchsia #B460B6

Tints of Fuchsia #B460B6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.96%

 BLUE value IS 182 (71.48% from 255) = 39.74%

R = 39.3%
G = 20.96%
B = 39.74%

CMYK

 C value IS 0.01

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B460B6 (or 0xB460B6) is known color: Fuchsia. HEX triplet: B4, 60 and B6. RGB value is (180,96,182). Sum of RGB (Red+Green+Blue) = 180+96+182=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 182 (71.48% from 255 or 39.74% from 458); Max value from RGB is 182 - color contains mainly: blue. Hex color #B460B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B460B6 is #4B9F49. Grayscale: #828282. Windows color (decimal): -4955978 or 11952308. OLE color: 11952308.

HSL color Cylindrical-coordinate representation of color #B460B6: hue angle of 298.6º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B460B6 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 96 182 -
CMYK 0.01 0.47 0 0.29
HSL 298.6º 0.37% 0.55% -
HSV(B) 298.6º 0.47% 0.71% -
XYZ 31.45 21.45 46.74 -
YUV 130.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 180 96 182 0.01 0.47 0 0.29 298.6 0.37 0.55
Hex B4 60 B6 1 2F 0 1D 12B 25 37
Octal 264 140 266 1 57 0 35 453 45 67
Binary 10110100 1100000 10110110 1 101111 0 11101 100101011 100101 110111

Color Harmonies of #B460B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B460B6

Black with #B460B6

Text Example


Text Example

White with #B460B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B460B6; }

 p { color: rgb(180,96,182); }

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

background-color css

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

 a { background-color: rgb(180,96,182); }

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

border-color css

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

 span { border-color: rgb(180,96,182); }

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