Html Css Color HEX #BF73CD Medium Orchid

📋 copy color: '#BF73CD'

red 191 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #BF73CD

Tints of Medium Orchid #BF73CD

RGB

 RED value IS 191 (75% from 255) = 37.38%

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

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 37.38%
G = 22.5%
B = 40.12%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF73CD (or 0xBF73CD) is known color: Medium Orchid. HEX triplet: BF, 73 and CD. RGB value is (191,115,205). Sum of RGB (Red+Green+Blue) = 191+115+205=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF73CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73CD is #408C32. Grayscale: #939393. Windows color (decimal): -4230195 or 13464511. OLE color: 13464511.

HSL color Cylindrical-coordinate representation of color #BF73CD: hue angle of 290.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF73CD is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 115 205 -
CMYK 0.07 0.44 0 0.20
HSL 290.67º 0.47% 0.63% -
HSV(B) 290.67º 0.44% 0.8% -
XYZ 38.64 27.75 61.08 -
YUV 147.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 191 115 205 0.07 0.44 0 0.20 290.67 0.47 0.63
Hex BF 73 CD 7 2C 0 14 123 2F 3F
Octal 277 163 315 7 54 0 24 443 57 77
Binary 10111111 1110011 11001101 111 101100 0 10100 100100011 101111 111111

Color Harmonies of #BF73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73CD

Black with #BF73CD

Text Example


Text Example

White with #BF73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73CD; }

 p { color: rgb(191,115,205); }

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

background-color css

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

 a { background-color: rgb(191,115,205); }

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

border-color css

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

 span { border-color: rgb(191,115,205); }

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