Html Css Color HEX #BF50EC Medium Orchid

📋 copy color: '#BF50EC'

red 191 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #BF50EC

Tints of Medium Orchid #BF50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.78%

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 37.67%
G = 15.78%
B = 46.55%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF50EC (or 0xBF50EC) is known color: Medium Orchid. HEX triplet: BF, 50 and EC. RGB value is (191,80,236). Sum of RGB (Red+Green+Blue) = 191+80+236=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50EC is #40AF13. Grayscale: #828282. Windows color (decimal): -4239124 or 15487167. OLE color: 15487167.

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

Color convert

RGB 191 80 236 -
CMYK 0.19 0.66 0 0.07
HSL 282.69º 0.8% 0.62% -
HSV(B) 282.69º 0.66% 0.93% -
XYZ 39.49 22.87 81.69 -
YUV 130.97 187.27 170.82 -
System Red Green Blue C M Y K H S L
Decimal 191 80 236 0.19 0.66 0 0.07 282.69 0.8 0.62
Hex BF 50 EC 13 42 0 7 11B 50 3E
Octal 277 120 354 23 102 0 7 433 120 76
Binary 10111111 1010000 11101100 10011 1000010 0 111 100011011 1010000 111110

Color Harmonies of #BF50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50EC

Black with #BF50EC

Text Example


Text Example

White with #BF50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50EC; }

 p { color: rgb(191,80,236); }

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

background-color css

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

 a { background-color: rgb(191,80,236); }

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

border-color css

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

 span { border-color: rgb(191,80,236); }

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