#BD4BF9

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

Shades of Medium Orchid #BD4BF9

Tints of Medium Orchid #BD4BF9

Color information

#BD4BF9 (or 0xBD4BF9) is unknown color: approx Medium Orchid. HEX triplet: BD, 4B and F9. RGB value is (189,75,249). Sum of RGB (Red+Green+Blue) = 189+75+249=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD4BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BF9 is #42B406. Grayscale: #808080. Windows color (decimal): -4371463 or 16337853. OLE color: 16337853.

HSL color Cylindrical-coordinate representation of color #BD4BF9: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD4BF9 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18975249-
CMYK0.240.7000.02
HSL279.31º93.55%63.53%-
HSV(B)279.31º69.88%97.65%-
XYZ40.622.6991.86-
YUV128.92195.77170.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 75 (29.69% from 255) = 14.62%
BLUE value IS 249 (97.66% from 255) = 48.54%
R=36.84%
G=14.62%
B=48.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal189752490.240.7000.02279.3193.5563.53
HexBD4BF91846021175e40
Octal2751133713010602427136100
Binary1011110110010111111100111000100011001010001011110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BF9; }

 p { color: rgb(189,75,249); }

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

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

 a { background-color: rgb(189,75,249); }

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

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

 span { border-color: rgb(189,75,249); }

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