Html Css Color HEX #BD73C7 Medium Orchid

📋 copy color: '#BD73C7'

red 189 ◦ green 115 ◦ blue 199

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

Shades of Medium Orchid #BD73C7

Tints of Medium Orchid #BD73C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.56%

R = 37.57%
G = 22.86%
B = 39.56%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BD73C7 (or 0xBD73C7) is known color: Medium Orchid. HEX triplet: BD, 73 and C7. RGB value is (189,115,199). Sum of RGB (Red+Green+Blue) = 189+115+199=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 199 (78.12% from 255 or 39.56% from 503); Max value from RGB is 199 - color contains mainly: blue. Hex color #BD73C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD73C7 is #428C38. Grayscale: #929292. Windows color (decimal): -4361273 or 13071293. OLE color: 13071293.

HSL color Cylindrical-coordinate representation of color #BD73C7: hue angle of 292.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD73C7 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 115 199 -
CMYK 0.05 0.42 0 0.22
HSL 292.86º 0.43% 0.62% -
HSV(B) 292.86º 0.42% 0.78% -
XYZ 37.43 27.2 57.31 -
YUV 146.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 189 115 199 0.05 0.42 0 0.22 292.86 0.43 0.62
Hex BD 73 C7 5 2A 0 16 125 2B 3E
Octal 275 163 307 5 52 0 26 445 53 76
Binary 10111101 1110011 11000111 101 101010 0 10110 100100101 101011 111110

Color Harmonies of #BD73C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD73C7

Black with #BD73C7

Text Example


Text Example

White with #BD73C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD73C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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