Html Css Color HEX #BF51EE Medium Orchid

📋 copy color: '#BF51EE'

red 191 ◦ green 81 ◦ blue 238

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

Shades of Medium Orchid #BF51EE

Tints of Medium Orchid #BF51EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 37.45%
G = 15.88%
B = 46.67%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF51EE (or 0xBF51EE) is known color: Medium Orchid. HEX triplet: BF, 51 and EE. RGB value is (191,81,238). Sum of RGB (Red+Green+Blue) = 191+81+238=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 81 (32.03% from 255 or 15.88% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF51EE is #40AE11. Grayscale: #838383. Windows color (decimal): -4238866 or 15618495. OLE color: 15618495.

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

Color convert

RGB 191 81 238 -
CMYK 0.20 0.66 0 0.07
HSL 282.04º 0.82% 0.63% -
HSV(B) 282.04º 0.66% 0.93% -
XYZ 39.86 23.13 83.25 -
YUV 131.79 187.94 170.23 -
System Red Green Blue C M Y K H S L
Decimal 191 81 238 0.20 0.66 0 0.07 282.04 0.82 0.63
Hex BF 51 EE 14 42 0 7 11A 52 3F
Octal 277 121 356 24 102 0 7 432 122 77
Binary 10111111 1010001 11101110 10100 1000010 0 111 100011010 1010010 111111

Color Harmonies of #BF51EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF51EE

Black with #BF51EE

Text Example


Text Example

White with #BF51EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF51EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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