Html Css Color HEX #BD5CDB Medium Orchid

📋 copy color: '#BD5CDB'

red 189 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #BD5CDB

Tints of Medium Orchid #BD5CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

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

R = 37.8%
G = 18.4%
B = 43.8%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD5CDB (or 0xBD5CDB) is known color: Medium Orchid. HEX triplet: BD, 5C and DB. RGB value is (189,92,219). Sum of RGB (Red+Green+Blue) = 189+92+219=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD5CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5CDB is #42A324. Grayscale: #878787. Windows color (decimal): -4367141 or 14376125. OLE color: 14376125.

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

Color convert

RGB 189 92 219 -
CMYK 0.14 0.58 0 0.14
HSL 285.83º 0.64% 0.61% -
HSV(B) 285.83º 0.58% 0.86% -
XYZ 37.6 23.59 69.59 -
YUV 135.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 189 92 219 0.14 0.58 0 0.14 285.83 0.64 0.61
Hex BD 5C DB E 3A 0 E 11E 40 3D
Octal 275 134 333 16 72 0 16 436 100 75
Binary 10111101 1011100 11011011 1110 111010 0 1110 100011110 1000000 111101

Color Harmonies of #BD5CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5CDB

Black with #BD5CDB

Text Example


Text Example

White with #BD5CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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