Html Css Color HEX #BD48DB Medium Orchid

📋 copy color: '#BD48DB'

red 189 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #BD48DB

Tints of Medium Orchid #BD48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15%

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

R = 39.38%
G = 15%
B = 45.63%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD48DB (or 0xBD48DB) is known color: Medium Orchid. HEX triplet: BD, 48 and DB. RGB value is (189,72,219). Sum of RGB (Red+Green+Blue) = 189+72+219=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 72 (28.52% from 255 or 15% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48DB is #42B724. Grayscale: #7B7B7B. Windows color (decimal): -4372261 or 14371005. OLE color: 14371005.

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

Color convert

RGB 189 72 219 -
CMYK 0.14 0.67 0 0.14
HSL 287.76º 0.67% 0.57% -
HSV(B) 287.76º 0.67% 0.86% -
XYZ 36.09 20.57 69.09 -
YUV 123.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 189 72 219 0.14 0.67 0 0.14 287.76 0.67 0.57
Hex BD 48 DB E 43 0 E 120 43 39
Octal 275 110 333 16 103 0 16 440 103 71
Binary 10111101 1001000 11011011 1110 1000011 0 1110 100100000 1000011 111001

Color Harmonies of #BD48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48DB

Black with #BD48DB

Text Example


Text Example

White with #BD48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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