Html Css Color HEX #BF51EC Medium Orchid

📋 copy color: '#BF51EC'

red 191 ◦ green 81 ◦ blue 236

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

Shades of Medium Orchid #BF51EC

Tints of Medium Orchid #BF51EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.94%

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

R = 37.6%
G = 15.94%
B = 46.46%

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

#BF51EC (or 0xBF51EC) is known color: Medium Orchid. HEX triplet: BF, 51 and EC. RGB value is (191,81,236). Sum of RGB (Red+Green+Blue) = 191+81+236=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 81 (32.03% from 255 or 15.94% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF51EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51EC is #40AE13. Grayscale: #838383. Windows color (decimal): -4238868 or 15487423. OLE color: 15487423.

HSL color Cylindrical-coordinate representation of color #BF51EC: hue angle of 282.58º 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 #BF51EC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 81 236 -
CMYK 0.19 0.66 0 0.07
HSL 282.58º 0.8% 0.62% -
HSV(B) 282.58º 0.66% 0.93% -
XYZ 39.57 23.02 81.71 -
YUV 131.56 186.94 170.4 -
System Red Green Blue C M Y K H S L
Decimal 191 81 236 0.19 0.66 0 0.07 282.58 0.8 0.62
Hex BF 51 EC 13 42 0 7 11B 50 3E
Octal 277 121 354 23 102 0 7 433 120 76
Binary 10111111 1010001 11101100 10011 1000010 0 111 100011011 1010000 111110

Color Harmonies of #BF51EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51EC

Black with #BF51EC

Text Example


Text Example

White with #BF51EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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