Html Css Color HEX #BD38DB Medium Orchid

📋 copy color: '#BD38DB'

red 189 ◦ green 56 ◦ blue 219

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

Shades of Medium Orchid #BD38DB

Tints of Medium Orchid #BD38DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.07%

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

R = 40.73%
G = 12.07%
B = 47.2%

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

#BD38DB (or 0xBD38DB) is known color: Medium Orchid. HEX triplet: BD, 38 and DB. RGB value is (189,56,219). Sum of RGB (Red+Green+Blue) = 189+56+219=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD38DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD38DB is #42C724. Grayscale: #717171. Windows color (decimal): -4376357 or 14366909. OLE color: 14366909.

HSL color Cylindrical-coordinate representation of color #BD38DB: hue angle of 288.96º 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 #BD38DB is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 56 219 -
CMYK 0.14 0.74 0 0.14
HSL 288.96º 0.69% 0.54% -
HSV(B) 288.96º 0.74% 0.86% -
XYZ 35.19 18.76 68.78 -
YUV 114.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 189 56 219 0.14 0.74 0 0.14 288.96 0.69 0.54
Hex BD 38 DB E 4A 0 E 121 45 36
Octal 275 70 333 16 112 0 16 441 105 66
Binary 10111101 111000 11011011 1110 1001010 0 1110 100100001 1000101 110110

Color Harmonies of #BD38DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38DB

Black with #BD38DB

Text Example


Text Example

White with #BD38DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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