Html Css Color HEX #BD46DB Medium Orchid

📋 copy color: '#BD46DB'

red 189 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #BD46DB

Tints of Medium Orchid #BD46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.64%

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

R = 39.54%
G = 14.64%
B = 45.82%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD46DB (or 0xBD46DB) is known color: Medium Orchid. HEX triplet: BD, 46 and DB. RGB value is (189,70,219). Sum of RGB (Red+Green+Blue) = 189+70+219=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46DB is #42B924. Grayscale: #7A7A7A. Windows color (decimal): -4372773 or 14370493. OLE color: 14370493.

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

Color convert

RGB 189 70 219 -
CMYK 0.14 0.68 0 0.14
HSL 287.92º 0.67% 0.57% -
HSV(B) 287.92º 0.68% 0.86% -
XYZ 35.96 20.31 69.04 -
YUV 122.57 182.42 175.38 -
System Red Green Blue C M Y K H S L
Decimal 189 70 219 0.14 0.68 0 0.14 287.92 0.67 0.57
Hex BD 46 DB E 44 0 E 120 43 39
Octal 275 106 333 16 104 0 16 440 103 71
Binary 10111101 1000110 11011011 1110 1000100 0 1110 100100000 1000011 111001

Color Harmonies of #BD46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46DB

Black with #BD46DB

Text Example


Text Example

White with #BD46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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