Html Css Color HEX #BD39DB Medium Orchid

📋 copy color: '#BD39DB'

red 189 ◦ green 57 ◦ blue 219

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

Shades of Medium Orchid #BD39DB

Tints of Medium Orchid #BD39DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.26%

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

R = 40.65%
G = 12.26%
B = 47.1%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD39DB (or 0xBD39DB) is known color: Medium Orchid. HEX triplet: BD, 39 and DB. RGB value is (189,57,219). Sum of RGB (Red+Green+Blue) = 189+57+219=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 57 (22.66% from 255 or 12.26% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD39DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD39DB is #42C624. Grayscale: #727272. Windows color (decimal): -4376101 or 14367165. OLE color: 14367165.

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

Color convert

RGB 189 57 219 -
CMYK 0.14 0.74 0 0.14
HSL 288.89º 0.69% 0.54% -
HSV(B) 288.89º 0.74% 0.86% -
XYZ 35.24 18.86 68.8 -
YUV 114.94 186.73 180.83 -
System Red Green Blue C M Y K H S L
Decimal 189 57 219 0.14 0.74 0 0.14 288.89 0.69 0.54
Hex BD 39 DB E 4A 0 E 121 45 36
Octal 275 71 333 16 112 0 16 441 105 66
Binary 10111101 111001 11011011 1110 1001010 0 1110 100100001 1000101 110110

Color Harmonies of #BD39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39DB

Black with #BD39DB

Text Example


Text Example

White with #BD39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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