#BD38C9

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

Shades of Fuchsia #BD38C9

Tints of Fuchsia #BD38C9

Color information

#BD38C9 (or 0xBD38C9) is unknown color: approx Fuchsia. HEX triplet: BD, 38 and C9. RGB value is (189,56,201). Sum of RGB (Red+Green+Blue) = 189+56+201=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 56 (22.27% from 255 or 12.56% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #BD38C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38C9 is #42C736. Grayscale: #6F6F6F. Windows color (decimal): -4376375 or 13187261. OLE color: 13187261.

HSL color Cylindrical-coordinate representation of color #BD38C9: hue angle of 295.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD38C9 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18956201-
CMYK0.060.7200.21
HSL295.03º57.31%50.39%-
HSV(B)295.03º72.14%78.82%-
XYZ32.9417.8656.97-
YUV112.3178.06182.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.38%
GREEN value IS 56 (22.27% from 255) = 12.56%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=42.38%
G=12.56%
B=45.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal189562010.060.7200.21295.0357.3150.39
HexBD38C96480151273932
Octal2757031161100254477162
Binary10111101111000110010011101001000010101100100111111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD38C9; }

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

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

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

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

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

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

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

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