Html Css Color HEX #BF49CD Medium Orchid

📋 copy color: '#BF49CD'

red 191 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #BF49CD

Tints of Medium Orchid #BF49CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.57%

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

R = 40.72%
G = 15.57%
B = 43.71%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF49CD (or 0xBF49CD) is known color: Medium Orchid. HEX triplet: BF, 49 and CD. RGB value is (191,73,205). Sum of RGB (Red+Green+Blue) = 191+73+205=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF49CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49CD is #40B632. Grayscale: #7A7A7A. Windows color (decimal): -4240947 or 13453759. OLE color: 13453759.

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

Color convert

RGB 191 73 205 -
CMYK 0.07 0.64 0 0.20
HSL 293.64º 0.57% 0.55% -
HSV(B) 293.64º 0.64% 0.8% -
XYZ 34.89 20.25 59.83 -
YUV 123.33 174.09 176.27 -
System Red Green Blue C M Y K H S L
Decimal 191 73 205 0.07 0.64 0 0.20 293.64 0.57 0.55
Hex BF 49 CD 7 40 0 14 126 39 37
Octal 277 111 315 7 100 0 24 446 71 67
Binary 10111111 1001001 11001101 111 1000000 0 10100 100100110 111001 110111

Color Harmonies of #BF49CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49CD

Black with #BF49CD

Text Example


Text Example

White with #BF49CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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