Html Css Color HEX #BD73DA Medium Orchid

📋 copy color: '#BD73DA'

red 189 ◦ green 115 ◦ blue 218

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

Shades of Medium Orchid #BD73DA

Tints of Medium Orchid #BD73DA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.03%

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

R = 36.21%
G = 22.03%
B = 41.76%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD73DA (or 0xBD73DA) is known color: Medium Orchid. HEX triplet: BD, 73 and DA. RGB value is (189,115,218). Sum of RGB (Red+Green+Blue) = 189+115+218=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73DA is #428C25. Grayscale: #949494. Windows color (decimal): -4361254 or 14316477. OLE color: 14316477.

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

Color convert

RGB 189 115 218 -
CMYK 0.13 0.47 0 0.15
HSL 283.11º 0.58% 0.65% -
HSV(B) 283.11º 0.47% 0.85% -
XYZ 39.77 28.14 69.67 -
YUV 148.87 167.02 156.62 -
System Red Green Blue C M Y K H S L
Decimal 189 115 218 0.13 0.47 0 0.15 283.11 0.58 0.65
Hex BD 73 DA D 2F 0 F 11B 3A 41
Octal 275 163 332 15 57 0 17 433 72 101
Binary 10111101 1110011 11011010 1101 101111 0 1111 100011011 111010 1000001

Color Harmonies of #BD73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73DA

Black with #BD73DA

Text Example


Text Example

White with #BD73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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