Html Css Color HEX #BD5DDA Medium Orchid

📋 copy color: '#BD5DDA'

red 189 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #BD5DDA

Tints of Medium Orchid #BD5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 37.8%
G = 18.6%
B = 43.6%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD5DDA (or 0xBD5DDA) is known color: Medium Orchid. HEX triplet: BD, 5D and DA. RGB value is (189,93,218). Sum of RGB (Red+Green+Blue) = 189+93+218=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5DDA is #42A225. Grayscale: #878787. Windows color (decimal): -4366886 or 14310845. OLE color: 14310845.

HSL color Cylindrical-coordinate representation of color #BD5DDA: hue angle of 286.08º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5DDA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 93 218 -
CMYK 0.13 0.57 0 0.15
HSL 286.08º 0.63% 0.61% -
HSV(B) 286.08º 0.57% 0.85% -
XYZ 37.56 23.71 68.93 -
YUV 135.95 174.3 165.84 -
System Red Green Blue C M Y K H S L
Decimal 189 93 218 0.13 0.57 0 0.15 286.08 0.63 0.61
Hex BD 5D DA D 39 0 F 11E 3F 3D
Octal 275 135 332 15 71 0 17 436 77 75
Binary 10111101 1011101 11011010 1101 111001 0 1111 100011110 111111 111101

Color Harmonies of #BD5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DDA

Black with #BD5DDA

Text Example


Text Example

White with #BD5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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