Html Css Color HEX #B462C0 Fuchsia

📋 copy color: '#B462C0'

red 180 ◦ green 98 ◦ blue 192

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

Shades of Fuchsia #B462C0

Tints of Fuchsia #B462C0

RGB

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

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

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

R = 38.3%
G = 20.85%
B = 40.85%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B462C0 (or 0xB462C0) is known color: Fuchsia. HEX triplet: B4, 62 and C0. RGB value is (180,98,192). Sum of RGB (Red+Green+Blue) = 180+98+192=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #B462C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B462C0 is #4B9D3F. Grayscale: #848484. Windows color (decimal): -4955456 or 12608180. OLE color: 12608180.

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

Color convert

RGB 180 98 192 -
CMYK 0.06 0.49 0 0.25
HSL 292.34º 0.43% 0.57% -
HSV(B) 292.34º 0.49% 0.75% -
XYZ 32.7 22.24 52.44 -
YUV 133.23 161.17 161.36 -
System Red Green Blue C M Y K H S L
Decimal 180 98 192 0.06 0.49 0 0.25 292.34 0.43 0.57
Hex B4 62 C0 6 31 0 19 124 2B 39
Octal 264 142 300 6 61 0 31 444 53 71
Binary 10110100 1100010 11000000 110 110001 0 11001 100100100 101011 111001

Color Harmonies of #B462C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B462C0

Black with #B462C0

Text Example


Text Example

White with #B462C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B462C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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