Html Css Color HEX #BF47FF Medium Orchid

📋 copy color: '#BF47FF'

red 191 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #BF47FF

Tints of Medium Orchid #BF47FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.32%

R = 36.94%
G = 13.73%
B = 49.32%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF47FF (or 0xBF47FF) is known color: Medium Orchid. HEX triplet: BF, 47 and FF. RGB value is (191,71,255). Sum of RGB (Red+Green+Blue) = 191+71+255=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 71 (28.12% from 255 or 13.73% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF47FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47FF is #40B800. Grayscale: #7F7F7F. Windows color (decimal): -4241409 or 16730047. OLE color: 16730047.

HSL color Cylindrical-coordinate representation of color #BF47FF: hue angle of 279.13º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF47FF is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 71 255 -
CMYK 0.25 0.72 0 0
HSL 279.13º 1% 0.64% -
HSV(B) 279.13º 0.72% 1% -
XYZ 41.79 22.8 96.81 -
YUV 127.86 199.76 173.04 -
System Red Green Blue C M Y K H S L
Decimal 191 71 255 0.25 0.72 0 0 279.13 1 0.64
Hex BF 47 FF 19 48 0 0 117 64 40
Octal 277 107 377 31 110 0 0 427 144 100
Binary 10111111 1000111 11111111 11001 1001000 0 0 100010111 1100100 1000000

Color Harmonies of #BF47FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47FF

Black with #BF47FF

Text Example


Text Example

White with #BF47FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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