Html Css Color HEX #BD54DD Medium Orchid

📋 copy color: '#BD54DD'

red 189 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #BD54DD

Tints of Medium Orchid #BD54DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 38.26%
G = 17%
B = 44.74%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD54DD (or 0xBD54DD) is known color: Medium Orchid. HEX triplet: BD, 54 and DD. RGB value is (189,84,221). Sum of RGB (Red+Green+Blue) = 189+84+221=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 84 (33.20% from 255 or 17.00% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD54DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54DD is #42AB22. Grayscale: #828282. Windows color (decimal): -4369187 or 14505149. OLE color: 14505149.

HSL color Cylindrical-coordinate representation of color #BD54DD: hue angle of 285.99º degrees, saturation: 0.67, 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 #BD54DD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 84 221 -
CMYK 0.14 0.62 0 0.13
HSL 285.99º 0.67% 0.6% -
HSV(B) 285.99º 0.62% 0.87% -
XYZ 37.21 22.38 70.77 -
YUV 131.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 189 84 221 0.14 0.62 0 0.13 285.99 0.67 0.6
Hex BD 54 DD E 3E 0 D 11E 43 3C
Octal 275 124 335 16 76 0 15 436 103 74
Binary 10111101 1010100 11011101 1110 111110 0 1101 100011110 1000011 111100

Color Harmonies of #BD54DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54DD

Black with #BD54DD

Text Example


Text Example

White with #BD54DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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