Html Css Color HEX #BF71E7 Medium Orchid

📋 copy color: '#BF71E7'

red 191 ◦ green 113 ◦ blue 231

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

Shades of Medium Orchid #BF71E7

Tints of Medium Orchid #BF71E7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.12%

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 35.7%
G = 21.12%
B = 43.18%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF71E7 (or 0xBF71E7) is known color: Medium Orchid. HEX triplet: BF, 71 and E7. RGB value is (191,113,231). Sum of RGB (Red+Green+Blue) = 191+113+231=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF71E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71E7 is #408E18. Grayscale: #959595. Windows color (decimal): -4230681 or 15167935. OLE color: 15167935.

HSL color Cylindrical-coordinate representation of color #BF71E7: hue angle of 279.66º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF71E7 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 113 231 -
CMYK 0.17 0.51 0 0.09
HSL 279.66º 0.71% 0.67% -
HSV(B) 279.66º 0.51% 0.91% -
XYZ 41.81 28.66 78.93 -
YUV 149.77 173.84 157.41 -
System Red Green Blue C M Y K H S L
Decimal 191 113 231 0.17 0.51 0 0.09 279.66 0.71 0.67
Hex BF 71 E7 11 33 0 9 118 47 43
Octal 277 161 347 21 63 0 11 430 107 103
Binary 10111111 1110001 11100111 10001 110011 0 1001 100011000 1000111 1000011

Color Harmonies of #BF71E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71E7

Black with #BF71E7

Text Example


Text Example

White with #BF71E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71E7; }

 p { color: rgb(191,113,231); }

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

background-color css

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

 a { background-color: rgb(191,113,231); }

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

border-color css

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

 span { border-color: rgb(191,113,231); }

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