Html Css Color HEX #B462B2 Fuchsia

📋 copy color: '#B462B2'

red 180 ◦ green 98 ◦ blue 178

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

Shades of Fuchsia #B462B2

Tints of Fuchsia #B462B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.04%

R = 39.47%
G = 21.49%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B462B2 (or 0xB462B2) is known color: Fuchsia. HEX triplet: B4, 62 and B2. RGB value is (180,98,178). Sum of RGB (Red+Green+Blue) = 180+98+178=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 180 - color contains mainly: red. Hex color #B462B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B462B2 is #4B9D4D. Grayscale: #838383. Windows color (decimal): -4955470 or 11690676. OLE color: 11690676.

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

Color convert

RGB 180 98 178 -
CMYK 0 0.46 0.01 0.29
HSL 301.46º 0.35% 0.55% -
HSV(B) 301.46º 0.46% 0.71% -
XYZ 31.23 21.65 44.65 -
YUV 131.64 154.17 162.5 -
System Red Green Blue C M Y K H S L
Decimal 180 98 178 0 0.46 0.01 0.29 301.46 0.35 0.55
Hex B4 62 B2 0 2E 1 1D 12D 23 37
Octal 264 142 262 0 56 1 35 455 43 67
Binary 10110100 1100010 10110010 0 101110 1 11101 100101101 100011 110111

Color Harmonies of #B462B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462B2

Black with #B462B2

Text Example


Text Example

White with #B462B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462B2; }

 p { color: rgb(180,98,178); }

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

background-color css

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

 a { background-color: rgb(180,98,178); }

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

border-color css

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

 span { border-color: rgb(180,98,178); }

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