Html Css Color HEX #BF50F9 Medium Orchid

📋 copy color: '#BF50F9'

red 191 ◦ green 80 ◦ blue 249

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

Shades of Medium Orchid #BF50F9

Tints of Medium Orchid #BF50F9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.38%

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 36.73%
G = 15.38%
B = 47.88%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BF50F9 (or 0xBF50F9) is known color: Medium Orchid. HEX triplet: BF, 50 and F9. RGB value is (191,80,249). Sum of RGB (Red+Green+Blue) = 191+80+249=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 80 (31.64% from 255 or 15.38% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF50F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50F9 is #40AF06. Grayscale: #838383. Windows color (decimal): -4239111 or 16339135. OLE color: 16339135.

HSL color Cylindrical-coordinate representation of color #BF50F9: hue angle of 279.41º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF50F9 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 80 249 -
CMYK 0.23 0.68 0 0.02
HSL 279.41º 0.93% 0.65% -
HSV(B) 279.41º 0.68% 0.98% -
XYZ 41.45 23.65 92 -
YUV 132.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 191 80 249 0.23 0.68 0 0.02 279.41 0.93 0.65
Hex BF 50 F9 17 44 0 2 117 5D 41
Octal 277 120 371 27 104 0 2 427 135 101
Binary 10111111 1010000 11111001 10111 1000100 0 10 100010111 1011101 1000001

Color Harmonies of #BF50F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50F9

Black with #BF50F9

Text Example


Text Example

White with #BF50F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50F9; }

 p { color: rgb(191,80,249); }

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

background-color css

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

 a { background-color: rgb(191,80,249); }

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

border-color css

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

 span { border-color: rgb(191,80,249); }

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