#BD62C8

Color #BD62C8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BD62C8

Tints of Fuchsia #BD62C8

Color information

#BD62C8 (or 0xBD62C8) is unknown color: approx Fuchsia. HEX triplet: BD, 62 and C8. RGB value is (189,98,200). Sum of RGB (Red+Green+Blue) = 189+98+200=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD62C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62C8 is #429D37. Grayscale: #888888. Windows color (decimal): -4365624 or 13132477. OLE color: 13132477.

HSL color Cylindrical-coordinate representation of color #BD62C8: hue angle of 293.53º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD62C8 is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18998200-
CMYK0.060.5100.22
HSL293.53º48.11%58.43%-
HSV(B)293.53º51%78.43%-
XYZ35.7823.7257.34-
YUV136.84163.65165.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.81%
GREEN value IS 98 (38.67% from 255) = 20.12%
BLUE value IS 200 (78.52% from 255) = 41.07%
R=38.81%
G=20.12%
B=41.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal189982000.060.5100.22293.5348.1158.43
HexBD62C8633016126303a
Octal2751423106630264466072
Binary10111101110001011001000110110011010110100100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD62C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD62C8; }

 p { color: rgb(189,98,200); }

 H1.HeaderClassName
 {
   color: #BD62C8;
 }
 .AnyTagClassName
 {
   color: #BD62C8;
 }
</style>
background-color css

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

 a { background-color: rgb(189,98,200); }

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

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

 span { border-color: rgb(189,98,200); }

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