Html Css Color HEX #BF71E9 Medium Orchid

📋 copy color: '#BF71E9'

red 191 ◦ green 113 ◦ blue 233

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

Shades of Medium Orchid #BF71E9

Tints of Medium Orchid #BF71E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 35.57%
G = 21.04%
B = 43.39%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF71E9 (or 0xBF71E9) is known color: Medium Orchid. HEX triplet: BF, 71 and E9. RGB value is (191,113,233). Sum of RGB (Red+Green+Blue) = 191+113+233=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF71E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF71E9 is #408E16. Grayscale: #959595. Windows color (decimal): -4230679 or 15299007. OLE color: 15299007.

HSL color Cylindrical-coordinate representation of color #BF71E9: hue angle of 279º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF71E9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 113 233 -
CMYK 0.18 0.52 0 0.09
HSL 279º 0.73% 0.68% -
HSV(B) 279º 0.52% 0.91% -
XYZ 42.1 28.77 80.43 -
YUV 150 174.84 157.24 -
System Red Green Blue C M Y K H S L
Decimal 191 113 233 0.18 0.52 0 0.09 279 0.73 0.68
Hex BF 71 E9 12 34 0 9 117 49 44
Octal 277 161 351 22 64 0 11 427 111 104
Binary 10111111 1110001 11101001 10010 110100 0 1001 100010111 1001001 1000100

Color Harmonies of #BF71E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF71E9

Black with #BF71E9

Text Example


Text Example

White with #BF71E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF71E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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