Html Css Color HEX #BD54DB Medium Orchid

📋 copy color: '#BD54DB'

red 189 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #BD54DB

Tints of Medium Orchid #BD54DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 38.41%
G = 17.07%
B = 44.51%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD54DB (or 0xBD54DB) is known color: Medium Orchid. HEX triplet: BD, 54 and DB. RGB value is (189,84,219). Sum of RGB (Red+Green+Blue) = 189+84+219=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD54DB is #42AB24. Grayscale: #828282. Windows color (decimal): -4369189 or 14374077. OLE color: 14374077.

HSL color Cylindrical-coordinate representation of color #BD54DB: hue angle of 286.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD54DB is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 84 219 -
CMYK 0.14 0.62 0 0.14
HSL 286.67º 0.65% 0.59% -
HSV(B) 286.67º 0.62% 0.86% -
XYZ 36.94 22.27 69.37 -
YUV 130.79 177.79 169.52 -
System Red Green Blue C M Y K H S L
Decimal 189 84 219 0.14 0.62 0 0.14 286.67 0.65 0.59
Hex BD 54 DB E 3E 0 E 11F 41 3B
Octal 275 124 333 16 76 0 16 437 101 73
Binary 10111101 1010100 11011011 1110 111110 0 1110 100011111 1000001 111011

Color Harmonies of #BD54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD54DB

Black with #BD54DB

Text Example


Text Example

White with #BD54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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