Html Css Color HEX #BF49EB Medium Orchid

📋 copy color: '#BF49EB'

red 191 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #BF49EB

Tints of Medium Orchid #BF49EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 38.28%
G = 14.63%
B = 47.09%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF49EB (or 0xBF49EB) is known color: Medium Orchid. HEX triplet: BF, 49 and EB. RGB value is (191,73,235). Sum of RGB (Red+Green+Blue) = 191+73+235=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF49EB is #40B614. Grayscale: #7E7E7E. Windows color (decimal): -4240917 or 15419839. OLE color: 15419839.

HSL color Cylindrical-coordinate representation of color #BF49EB: hue angle of 283.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF49EB is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 73 235 -
CMYK 0.19 0.69 0 0.08
HSL 283.7º 0.8% 0.6% -
HSV(B) 283.7º 0.69% 0.92% -
XYZ 38.86 21.84 80.76 -
YUV 126.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 191 73 235 0.19 0.69 0 0.08 283.7 0.8 0.6
Hex BF 49 EB 13 45 0 8 11C 50 3C
Octal 277 111 353 23 105 0 10 434 120 74
Binary 10111111 1001001 11101011 10011 1000101 0 1000 100011100 1010000 111100

Color Harmonies of #BF49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF49EB

Black with #BF49EB

Text Example


Text Example

White with #BF49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF49EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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