#BD4BEE

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

Shades of Medium Orchid #BD4BEE

Tints of Medium Orchid #BD4BEE

Color information

#BD4BEE (or 0xBD4BEE) is unknown color: approx Medium Orchid. HEX triplet: BD, 4B and EE. RGB value is (189,75,238). Sum of RGB (Red+Green+Blue) = 189+75+238=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BEE is #42B411. Grayscale: #7F7F7F. Windows color (decimal): -4371474 or 15616957. OLE color: 15616957.

HSL color Cylindrical-coordinate representation of color #BD4BEE: hue angle of 281.96º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD4BEE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18975238-
CMYK0.210.6800.07
HSL281.96º82.74%61.37%-
HSV(B)281.96º68.49%93.33%-
XYZ38.9322.0283.09-
YUV127.67190.27171.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 75 (29.69% from 255) = 14.94%
BLUE value IS 238 (93.36% from 255) = 47.41%
R=37.65%
G=14.94%
B=47.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal189752380.210.6800.07281.9682.7461.37
HexBD4BEE15440711a533d
Octal275113356251040743212375
Binary1011110110010111110111010101100010001111000110101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4BEE; }

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

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

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

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

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

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

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

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