Html Css Color HEX #BD41DB Medium Orchid

📋 copy color: '#BD41DB'

red 189 ◦ green 65 ◦ blue 219

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

Shades of Medium Orchid #BD41DB

Tints of Medium Orchid #BD41DB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.74%

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

R = 39.96%
G = 13.74%
B = 46.3%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD41DB (or 0xBD41DB) is known color: Medium Orchid. HEX triplet: BD, 41 and DB. RGB value is (189,65,219). Sum of RGB (Red+Green+Blue) = 189+65+219=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD41DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD41DB is #42BE24. Grayscale: #777777. Windows color (decimal): -4374053 or 14369213. OLE color: 14369213.

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

Color convert

RGB 189 65 219 -
CMYK 0.14 0.70 0 0.14
HSL 288.31º 0.68% 0.56% -
HSV(B) 288.31º 0.7% 0.86% -
XYZ 35.66 19.71 68.94 -
YUV 119.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 189 65 219 0.14 0.70 0 0.14 288.31 0.68 0.56
Hex BD 41 DB E 46 0 E 120 44 38
Octal 275 101 333 16 106 0 16 440 104 70
Binary 10111101 1000001 11011011 1110 1000110 0 1110 100100000 1000100 111000

Color Harmonies of #BD41DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD41DB

Black with #BD41DB

Text Example


Text Example

White with #BD41DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD41DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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