Html Css Color HEX #BD54EF Medium Orchid

📋 copy color: '#BD54EF'

red 189 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #BD54EF

Tints of Medium Orchid #BD54EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.68%

R = 36.91%
G = 16.41%
B = 46.68%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD54EF (or 0xBD54EF) is known color: Medium Orchid. HEX triplet: BD, 54 and EF. RGB value is (189,84,239). Sum of RGB (Red+Green+Blue) = 189+84+239=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 84 (33.20% from 255 or 16.41% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD54EF is #42AB10. Grayscale: #848484. Windows color (decimal): -4369169 or 15684797. OLE color: 15684797.

HSL color Cylindrical-coordinate representation of color #BD54EF: hue angle of 280.65º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD54EF is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 84 239 -
CMYK 0.21 0.65 0 0.06
HSL 280.65º 0.83% 0.63% -
HSV(B) 280.65º 0.65% 0.94% -
XYZ 39.74 23.39 84.08 -
YUV 133.07 187.79 167.9 -
System Red Green Blue C M Y K H S L
Decimal 189 84 239 0.21 0.65 0 0.06 280.65 0.83 0.63
Hex BD 54 EF 15 41 0 6 119 53 3F
Octal 275 124 357 25 101 0 6 431 123 77
Binary 10111101 1010100 11101111 10101 1000001 0 110 100011001 1010011 111111

Color Harmonies of #BD54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54EF

Black with #BD54EF

Text Example


Text Example

White with #BD54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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