Html Css Color HEX #BD69DB Medium Orchid

📋 copy color: '#BD69DB'

red 189 ◦ green 105 ◦ blue 219

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

Shades of Medium Orchid #BD69DB

Tints of Medium Orchid #BD69DB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.47%

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

R = 36.84%
G = 20.47%
B = 42.69%

CMYK

 C value IS 0.14

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD69DB (or 0xBD69DB) is known color: Medium Orchid. HEX triplet: BD, 69 and DB. RGB value is (189,105,219). Sum of RGB (Red+Green+Blue) = 189+105+219=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69DB is #429624. Grayscale: #8E8E8E. Windows color (decimal): -4363813 or 14379453. OLE color: 14379453.

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

Color convert

RGB 189 105 219 -
CMYK 0.14 0.52 0 0.14
HSL 284.21º 0.61% 0.64% -
HSV(B) 284.21º 0.52% 0.86% -
XYZ 38.82 26.04 70 -
YUV 143.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 189 105 219 0.14 0.52 0 0.14 284.21 0.61 0.64
Hex BD 69 DB E 34 0 E 11C 3D 40
Octal 275 151 333 16 64 0 16 434 75 100
Binary 10111101 1101001 11011011 1110 110100 0 1110 100011100 111101 1000000

Color Harmonies of #BD69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD69DB

Black with #BD69DB

Text Example


Text Example

White with #BD69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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