Html Css Color HEX #BD5DD5 Medium Orchid

📋 copy color: '#BD5DD5'

red 189 ◦ green 93 ◦ blue 213

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

Shades of Medium Orchid #BD5DD5

Tints of Medium Orchid #BD5DD5

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.79%

 BLUE value IS 213 (83.59% from 255) = 43.03%

R = 38.18%
G = 18.79%
B = 43.03%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD5DD5 (or 0xBD5DD5) is known color: Medium Orchid. HEX triplet: BD, 5D and D5. RGB value is (189,93,213). Sum of RGB (Red+Green+Blue) = 189+93+213=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DD5 is #42A22A. Grayscale: #878787. Windows color (decimal): -4366891 or 13983165. OLE color: 13983165.

HSL color Cylindrical-coordinate representation of color #BD5DD5: hue angle of 288º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5DD5 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 93 213 -
CMYK 0.11 0.56 0 0.16
HSL 288º 0.59% 0.6% -
HSV(B) 288º 0.56% 0.84% -
XYZ 36.91 23.45 65.53 -
YUV 135.38 171.8 166.24 -
System Red Green Blue C M Y K H S L
Decimal 189 93 213 0.11 0.56 0 0.16 288 0.59 0.6
Hex BD 5D D5 B 38 0 10 120 3B 3C
Octal 275 135 325 13 70 0 20 440 73 74
Binary 10111101 1011101 11010101 1011 111000 0 10000 100100000 111011 111100

Color Harmonies of #BD5DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DD5

Black with #BD5DD5

Text Example


Text Example

White with #BD5DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DD5; }

 p { color: rgb(189,93,213); }

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

background-color css

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

 a { background-color: rgb(189,93,213); }

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

border-color css

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

 span { border-color: rgb(189,93,213); }

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