Html Css Color HEX #BD54E0 Medium Orchid

📋 copy color: '#BD54E0'

red 189 ◦ green 84 ◦ blue 224

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

Shades of Medium Orchid #BD54E0

Tints of Medium Orchid #BD54E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.07%

R = 38.03%
G = 16.9%
B = 45.07%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BD54E0 (or 0xBD54E0) is known color: Medium Orchid. HEX triplet: BD, 54 and E0. RGB value is (189,84,224). Sum of RGB (Red+Green+Blue) = 189+84+224=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD54E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54E0 is #42AB1F. Grayscale: #828282. Windows color (decimal): -4369184 or 14701757. OLE color: 14701757.

HSL color Cylindrical-coordinate representation of color #BD54E0: hue angle of 285º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD54E0 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 189 84 224 -
CMYK 0.16 0.62 0 0.12
HSL 285º 0.69% 0.6% -
HSV(B) 285º 0.63% 0.88% -
XYZ 37.61 22.54 72.89 -
YUV 131.36 180.29 169.12 -
System Red Green Blue C M Y K H S L
Decimal 189 84 224 0.16 0.62 0 0.12 285 0.69 0.6
Hex BD 54 E0 10 3E 0 C 11D 45 3C
Octal 275 124 340 20 76 0 14 435 105 74
Binary 10111101 1010100 11100000 10000 111110 0 1100 100011101 1000101 111100

Color Harmonies of #BD54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54E0

Black with #BD54E0

Text Example


Text Example

White with #BD54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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