#BD3FCF

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

Shades of Medium Orchid #BD3FCF

Tints of Medium Orchid #BD3FCF

Color information

#BD3FCF (or 0xBD3FCF) is unknown color: approx Medium Orchid. HEX triplet: BD, 3F and CF. RGB value is (189,63,207). Sum of RGB (Red+Green+Blue) = 189+63+207=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD3FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3FCF is #42C030. Grayscale: #747474. Windows color (decimal): -4374577 or 13582269. OLE color: 13582269.

HSL color Cylindrical-coordinate representation of color #BD3FCF: hue angle of 292.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3FCF is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18963207-
CMYK0.090.7000.19
HSL292.5º60%52.94%-
HSV(B)292.5º69.57%81.18%-
XYZ34.0318.8860.88-
YUV117.09178.74179.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.18%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=41.18%
G=13.73%
B=45.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal189632070.090.7000.19292.56052.94
HexBD3FCF9460131243c35
Octal27577317111060234447465
Binary101111011111111100111110011000110010011100100100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD3FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD3FCF; }

 p { color: rgb(189,63,207); }

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

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

 a { background-color: rgb(189,63,207); }

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

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

 span { border-color: rgb(189,63,207); }

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