Html Css Color HEX #BF49ED Medium Orchid

📋 copy color: '#BF49ED'

red 191 ◦ green 73 ◦ blue 237

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

Shades of Medium Orchid #BF49ED

Tints of Medium Orchid #BF49ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 38.12%
G = 14.57%
B = 47.31%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF49ED (or 0xBF49ED) is known color: Medium Orchid. HEX triplet: BF, 49 and ED. RGB value is (191,73,237). Sum of RGB (Red+Green+Blue) = 191+73+237=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF49ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49ED is #40B612. Grayscale: #7E7E7E. Windows color (decimal): -4240915 or 15550911. OLE color: 15550911.

HSL color Cylindrical-coordinate representation of color #BF49ED: hue angle of 283.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF49ED is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 73 237 -
CMYK 0.19 0.69 0 0.07
HSL 283.17º 0.82% 0.61% -
HSV(B) 283.17º 0.69% 0.93% -
XYZ 39.15 21.96 82.3 -
YUV 126.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 191 73 237 0.19 0.69 0 0.07 283.17 0.82 0.61
Hex BF 49 ED 13 45 0 7 11B 52 3D
Octal 277 111 355 23 105 0 7 433 122 75
Binary 10111111 1001001 11101101 10011 1000101 0 111 100011011 1010010 111101

Color Harmonies of #BF49ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49ED

Black with #BF49ED

Text Example


Text Example

White with #BF49ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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