Html Css Color HEX #BF50FD Medium Orchid

📋 copy color: '#BF50FD'

red 191 ◦ green 80 ◦ blue 253

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

Shades of Medium Orchid #BF50FD

Tints of Medium Orchid #BF50FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.28%

R = 36.45%
G = 15.27%
B = 48.28%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF50FD (or 0xBF50FD) is known color: Medium Orchid. HEX triplet: BF, 50 and FD. RGB value is (191,80,253). Sum of RGB (Red+Green+Blue) = 191+80+253=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 80 (31.64% from 255 or 15.27% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF50FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF50FD is #40AF02. Grayscale: #848484. Windows color (decimal): -4239107 or 16601279. OLE color: 16601279.

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

Color convert

RGB 191 80 253 -
CMYK 0.25 0.68 0 0.01
HSL 278.5º 0.98% 0.65% -
HSV(B) 278.5º 0.68% 0.99% -
XYZ 42.08 23.91 95.32 -
YUV 132.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 191 80 253 0.25 0.68 0 0.01 278.5 0.98 0.65
Hex BF 50 FD 19 44 0 1 116 62 41
Octal 277 120 375 31 104 0 1 426 142 101
Binary 10111111 1010000 11111101 11001 1000100 0 1 100010110 1100010 1000001

Color Harmonies of #BF50FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF50FD

Black with #BF50FD

Text Example


Text Example

White with #BF50FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF50FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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