Html Css Color HEX #BD43DB Medium Orchid

📋 copy color: '#BD43DB'

red 189 ◦ green 67 ◦ blue 219

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

Shades of Medium Orchid #BD43DB

Tints of Medium Orchid #BD43DB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.11%

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

R = 39.79%
G = 14.11%
B = 46.11%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD43DB (or 0xBD43DB) is known color: Medium Orchid. HEX triplet: BD, 43 and DB. RGB value is (189,67,219). Sum of RGB (Red+Green+Blue) = 189+67+219=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD43DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43DB is #42BC24. Grayscale: #787878. Windows color (decimal): -4373541 or 14369725. OLE color: 14369725.

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

Color convert

RGB 189 67 219 -
CMYK 0.14 0.69 0 0.14
HSL 288.16º 0.68% 0.56% -
HSV(B) 288.16º 0.69% 0.86% -
XYZ 35.78 19.95 68.98 -
YUV 120.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 189 67 219 0.14 0.69 0 0.14 288.16 0.68 0.56
Hex BD 43 DB E 45 0 E 120 44 38
Octal 275 103 333 16 105 0 16 440 104 70
Binary 10111101 1000011 11011011 1110 1000101 0 1110 100100000 1000100 111000

Color Harmonies of #BD43DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD43DB

Black with #BD43DB

Text Example


Text Example

White with #BD43DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD43DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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