Html Css Color HEX #BF50FF Medium Orchid

📋 copy color: '#BF50FF'

red 191 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #BF50FF

Tints of Medium Orchid #BF50FF

RGB

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

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

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

R = 36.31%
G = 15.21%
B = 48.48%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF50FF (or 0xBF50FF) is known color: Medium Orchid. HEX triplet: BF, 50 and FF. RGB value is (191,80,255). Sum of RGB (Red+Green+Blue) = 191+80+255=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 80 (31.64% from 255 or 15.21% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50FF is #40AF00. Grayscale: #848484. Windows color (decimal): -4239105 or 16732351. OLE color: 16732351.

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

Color convert

RGB 191 80 255 -
CMYK 0.25 0.69 0 0
HSL 278.06º 1% 0.66% -
HSV(B) 278.06º 0.69% 1% -
XYZ 42.4 24.03 97.01 -
YUV 133.14 196.77 169.27 -
System Red Green Blue C M Y K H S L
Decimal 191 80 255 0.25 0.69 0 0 278.06 1 0.66
Hex BF 50 FF 19 45 0 0 116 64 42
Octal 277 120 377 31 105 0 0 426 144 102
Binary 10111111 1010000 11111111 11001 1000101 0 0 100010110 1100100 1000010

Color Harmonies of #BF50FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50FF

Black with #BF50FF

Text Example


Text Example

White with #BF50FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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