Html Css Color HEX #BD54DF Medium Orchid

📋 copy color: '#BD54DF'

red 189 ◦ green 84 ◦ blue 223

#BD54DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BD54DF

Tints of Medium Orchid #BD54DF

RGB

 RED value IS 189 (74.22% from 255) = 38.1%

 GREEN value IS 84 (33.2% from 255) = 16.94%

 BLUE value IS 223 (87.5% from 255) = 44.96%

R = 38.1%
G = 16.94%
B = 44.96%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD54DF (or 0xBD54DF) is known color: Medium Orchid. HEX triplet: BD, 54 and DF. RGB value is (189,84,223). Sum of RGB (Red+Green+Blue) = 189+84+223=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 84 (33.20% from 255 or 16.94% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD54DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54DF is #42AB20. Grayscale: #828282. Windows color (decimal): -4369185 or 14636221. OLE color: 14636221.

HSL color Cylindrical-coordinate representation of color #BD54DF: hue angle of 285.32º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD54DF is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 84 223 -
CMYK 0.15 0.62 0 0.13
HSL 285.32º 0.68% 0.6% -
HSV(B) 285.32º 0.62% 0.87% -
XYZ 37.48 22.49 72.18 -
YUV 131.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 189 84 223 0.15 0.62 0 0.13 285.32 0.68 0.6
Hex BD 54 DF F 3E 0 D 11D 44 3C
Octal 275 124 337 17 76 0 15 435 104 74
Binary 10111101 1010100 11011111 1111 111110 0 1101 100011101 1000100 111100

Color Harmonies of #BD54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54DF

Black with #BD54DF

Text Example


Text Example

White with #BD54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54DF; }

 p { color: rgb(189,84,223); }

 H1.HeaderClassName
 {
   color: #BD54DF;
 }
 .AnyTagClassName
 {
   color: #BD54DF;
 }
</style>

background-color css

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

 a { background-color: rgb(189,84,223); }

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

border-color css

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

 span { border-color: rgb(189,84,223); }

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