#BD38B6

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

Shades of Fuchsia #BD38B6

Tints of Fuchsia #BD38B6

Color information

#BD38B6 (or 0xBD38B6) is unknown color: approx Fuchsia. HEX triplet: BD, 38 and B6. RGB value is (189,56,182). Sum of RGB (Red+Green+Blue) = 189+56+182=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 182 (71.48% from 255 or 42.62% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38B6 is #42C749. Grayscale: #6D6D6D. Windows color (decimal): -4376394 or 11942077. OLE color: 11942077.

HSL color Cylindrical-coordinate representation of color #BD38B6: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD38B6 is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18956182-
CMYK00.700.040.26
HSL303.16º54.29%48.04%-
HSV(B)303.16º70.37%74.12%-
XYZ30.8417.0245.92-
YUV110.13168.56184.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 56 (22.27% from 255) = 13.11%
BLUE value IS 182 (71.48% from 255) = 42.62%
R=44.26%
G=13.11%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895618200.700.040.26303.1654.2948.04
HexBD38B604641A12f3630
Octal2757026601064324576660
Binary10111101111000101101100100011010011010100101111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD38B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD38B6; }

 p { color: rgb(189,56,182); }

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

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

 a { background-color: rgb(189,56,182); }

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

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

 span { border-color: rgb(189,56,182); }

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