Html Css Color HEX #BF47E7 Medium Orchid

📋 copy color: '#BF47E7'

red 191 ◦ green 71 ◦ blue 231

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

Shades of Medium Orchid #BF47E7

Tints of Medium Orchid #BF47E7

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.4%

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

R = 38.74%
G = 14.4%
B = 46.86%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF47E7 (or 0xBF47E7) is known color: Medium Orchid. HEX triplet: BF, 47 and E7. RGB value is (191,71,231). Sum of RGB (Red+Green+Blue) = 191+71+231=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF47E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47E7 is #40B818. Grayscale: #7C7C7C. Windows color (decimal): -4241433 or 15157183. OLE color: 15157183.

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

Color convert

RGB 191 71 231 -
CMYK 0.17 0.69 0 0.09
HSL 285º 0.77% 0.59% -
HSV(B) 285º 0.69% 0.91% -
XYZ 38.16 21.35 77.71 -
YUV 125.12 187.76 174.99 -
System Red Green Blue C M Y K H S L
Decimal 191 71 231 0.17 0.69 0 0.09 285 0.77 0.59
Hex BF 47 E7 11 45 0 9 11D 4D 3B
Octal 277 107 347 21 105 0 11 435 115 73
Binary 10111111 1000111 11100111 10001 1000101 0 1001 100011101 1001101 111011

Color Harmonies of #BF47E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47E7

Black with #BF47E7

Text Example


Text Example

White with #BF47E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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