Html Css Color HEX #BF73D7 Medium Orchid

📋 copy color: '#BF73D7'

red 191 ◦ green 115 ◦ blue 215

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

Shades of Medium Orchid #BF73D7

Tints of Medium Orchid #BF73D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 36.66%
G = 22.07%
B = 41.27%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF73D7 (or 0xBF73D7) is known color: Medium Orchid. HEX triplet: BF, 73 and D7. RGB value is (191,115,215). Sum of RGB (Red+Green+Blue) = 191+115+215=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #BF73D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF73D7 is #408C28. Grayscale: #949494. Windows color (decimal): -4230185 or 14119871. OLE color: 14119871.

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

Color convert

RGB 191 115 215 -
CMYK 0.11 0.47 0 0.16
HSL 285.6º 0.56% 0.65% -
HSV(B) 285.6º 0.47% 0.84% -
XYZ 39.88 28.24 67.64 -
YUV 149.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 191 115 215 0.11 0.47 0 0.16 285.6 0.56 0.65
Hex BF 73 D7 B 2F 0 10 11E 38 41
Octal 277 163 327 13 57 0 20 436 70 101
Binary 10111111 1110011 11010111 1011 101111 0 10000 100011110 111000 1000001

Color Harmonies of #BF73D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF73D7

Black with #BF73D7

Text Example


Text Example

White with #BF73D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF73D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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